Class: Cms::MainController

Inherits:
SetupController show all
Extended by:
RoleAuthentication
Defined in:
app/controllers/cms/main_controller.rb

Instance Method Summary collapse

Methods included from RoleAuthentication

authenticate_user

Methods inherited from SetupController

#authorize_role, #current_user

Instance Method Details

#indexObject



12
13
14
# File 'app/controllers/cms/main_controller.rb', line 12

def index
  render :text => render_to_string(:partial => 'cms/shared/index'), :layout => true
end