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
7 8 9 |
# File 'app/controllers/tuttle/home_controller.rb', line 7 def index @event_counts = Tuttle::Instrumenter.event_counts end |