Class: AhoyCaptain::StatsController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- AhoyCaptain::StatsController
- Defined in:
- app/controllers/ahoy_captain/stats_controller.rb
Instance Method Summary collapse
Methods inherited from ApplicationController
Methods included from Rangeable
Methods included from CompareMode
#compare_mode?, #comparison_mode, included
Instance Method Details
#show ⇒ Object
3 4 5 |
# File 'app/controllers/ahoy_captain/stats_controller.rb', line 3 def show @presenter = DashboardPresenter.new(params) end |