Class: Tiler::SettingsController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- Tiler::SettingsController
- Defined in:
- app/controllers/tiler/settings_controller.rb
Instance Method Summary collapse
Instance Method Details
#show ⇒ Object
5 6 7 8 |
# File 'app/controllers/tiler/settings_controller.rb', line 5 def show @dashboards = Dashboard.by_name @last_dashboard = pick_last_dashboard end |