Class: LatoSettings::ApplicationController

Inherits:
Lato::ApplicationController
  • Object
show all
Defined in:
app/controllers/lato_settings/application_controller.rb

Direct Known Subclasses

SettingsController

Instance Method Summary collapse

Instance Method Details

#indexObject



8
9
10
# File 'app/controllers/lato_settings/application_controller.rb', line 8

def index
  redirect_to lato_settings.settings_path
end