Class: SolidStackWeb::CableStats
- Inherits:
-
Object
- Object
- SolidStackWeb::CableStats
- Defined in:
- app/models/solid_stack_web/cable_stats.rb
Instance Method Summary collapse
Instance Method Details
#to_h ⇒ Object
3 4 5 6 7 8 |
# File 'app/models/solid_stack_web/cable_stats.rb', line 3 def to_h { messages: ::SolidCable::Message.count, channels: ::SolidCable::Message.distinct.count(:channel) } end |