Class: Tuttle::HomeController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- Tuttle::HomeController
- Defined in:
- app/controllers/tuttle/home_controller.rb
Instance Method Summary collapse
Methods inherited from ApplicationController
Instance Method Details
#index ⇒ Object
9 10 11 |
# File 'app/controllers/tuttle/home_controller.rb', line 9 def index @event_counts = Tuttle::Engine.event_counts end |