Class: Alchemy::Admin::LayoutpagesController
- Inherits:
-
BaseController
- Object
- ApplicationController
- BaseController
- BaseController
- Alchemy::Admin::LayoutpagesController
- Includes:
- CurrentLanguage
- Defined in:
- app/controllers/alchemy/admin/layoutpages_controller.rb
Instance Method Summary collapse
Methods inherited from BaseController
Methods included from Modules
included, #module_definition_for, register_module
Methods included from Alchemy::AbilityHelper
Methods included from ConfigurationMethods
#configuration, #multi_language?, #multi_site?, #prefix_locale?
Instance Method Details
#edit ⇒ Object
17 18 19 |
# File 'app/controllers/alchemy/admin/layoutpages_controller.rb', line 17 def edit @page = Page.find(params[:id]) end |
#index ⇒ Object
12 13 14 15 |
# File 'app/controllers/alchemy/admin/layoutpages_controller.rb', line 12 def index @layout_pages = Page.layoutpages.where(language: @current_language) @languages = Language.on_current_site end |