Class: Cms::MainController
- Inherits:
-
SetupController
- Object
- ApplicationController
- SetupController
- Cms::MainController
- Extended by:
- RoleAuthentication
- Defined in:
- app/controllers/cms/main_controller.rb
Direct Known Subclasses
AssetsController, ComponentsController, DocumentationController, PagesController
Instance Method Summary collapse
Methods included from RoleAuthentication
Methods inherited from SetupController
#authorize_role, #current_user
Instance Method Details
#index ⇒ Object
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 |