Class: Panda::CMS::Admin::SettingsController
- Inherits:
-
BaseController
- Object
- Panda::Core::Admin::BaseController
- BaseController
- Panda::CMS::Admin::SettingsController
show all
- Defined in:
- app/controllers/panda/cms/admin/settings_controller.rb
Instance Method Summary
collapse
#set_current_request_details
#active_link?, #block_link_to, #component, #level_indent, #menu_indent, #nav_class, #nav_highlight_colour_classes, #panda_cms_collection, #panda_cms_collection_items, #panda_cms_editor, #panda_cms_feature_enabled?, #panda_cms_form_with, #selected_nav_highlight_colour_classes, #table_indent, #title_tag
Instance Method Details
#index ⇒ Object
9
10
|
# File 'app/controllers/panda/cms/admin/settings_controller.rb', line 9
def index
end
|
#show ⇒ Object
12
13
|
# File 'app/controllers/panda/cms/admin/settings_controller.rb', line 12
def show
end
|