Class: Channels::Adm::StatisticsController

Inherits:
Adm::BaseController
  • Object
show all
Defined in:
app/controllers/channels/adm/statistics_controller.rb

Instance Method Summary collapse

Instance Method Details

#indexObject



10
11
12
# File 'app/controllers/channels/adm/statistics_controller.rb', line 10

def index
  @total_subscribers = @channel.subscribers.count
end