Class: LatoCms::ApplicationController

Inherits:
Lato::ApplicationController
  • Object
show all
Includes:
LatoSpaces::Groupable
Defined in:
app/controllers/lato_cms/application_controller.rb

Direct Known Subclasses

PagesController

Instance Method Summary collapse

Instance Method Details

#indexObject



10
11
12
# File 'app/controllers/lato_cms/application_controller.rb', line 10

def index
  redirect_to lato_cms.pages_path
end