Class: Tiler::SettingsController

Inherits:
ApplicationController show all
Defined in:
app/controllers/tiler/settings_controller.rb

Instance Method Summary collapse

Instance Method Details

#showObject



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