Class: Plugins::PluginClass::FrontController
- Inherits:
-
CamaleonCms::Apps::PluginsFrontController
- Object
- CamaleonCms::CamaleonController
- CamaleonCms::FrontendController
- CamaleonCms::Apps::PluginsFrontController
- Plugins::PluginClass::FrontController
- Includes:
- MainHelper
- Defined in:
- lib/generators/camaleon_cms/gem_plugin_template/app/controllers/plugins/my_plugin/front_controller.rb
Constant Summary
Constants included from CamaleonCms::FrontendVisitedStateConcern
CamaleonCms::FrontendVisitedStateConcern::LEGACY_VISITED_IVAR_BY_ATTR
Instance Method Summary collapse
Methods included from MainHelper
included, #pluginKey_on_active, #pluginKey_on_inactive, #pluginKey_on_plugin_options, #pluginKey_on_upgrade
Methods inherited from CamaleonCms::FrontendController
#ajax, #category, #post, #post_tag, #post_type, #profile, #render_page_not_found, #search
Methods included from CamaleonCms::Frontend::ApplicationHelper
#cama_url_to_fixed, #verify_front_visibility
Methods included from CamaleonCms::Frontend::ContentSelectHelper
#each_category_of, #each_post_of, #process_in_block, #the_comments, #the_content, #the_excerpt, #the_field, #the_post, #the_post_type, #the_posts, #the_slug, #the_thumbnail, #the_title, #the_url
Methods included from CamaleonCms::Frontend::SeoHelper
#cama_seo_settings, #cama_the_seo
Methods included from CamaleonCms::Frontend::NavMenuHelper
#breadcrumb_add, #breadcrumb_draw, #cama_menu_draw_items, #cama_menu_parse_items, #cama_parse_menu_item, #draw_menu, #get_nav_menu
Methods included from CamaleonCms::Frontend::SiteHelper
#is_ajax?, #is_category?, #is_home?, #is_page?, #is_post_tag?, #is_post_type?, #is_profile?, #is_search?, #site_current_path, #site_current_url, #the_head
Methods included from CamaleonCms::FrontendConcern
#robots, #rss, #save_comment, #sitemap
Instance Method Details
#index ⇒ Object
5 6 7 |
# File 'lib/generators/camaleon_cms/gem_plugin_template/app/controllers/plugins/my_plugin/front_controller.rb', line 5 def index # actions for frontend module end |