Class: Tuttle::HomeController

Inherits:
ApplicationController show all
Defined in:
app/controllers/tuttle/home_controller.rb

Instance Method Summary collapse

Methods inherited from ApplicationController

#check_reload_status

Instance Method Details

#indexObject



9
10
11
# File 'app/controllers/tuttle/home_controller.rb', line 9

def index
  @event_counts = Tuttle::Engine.event_counts
end