Class: FrontendController

Inherits:
PagesCore::FrontendController show all
Defined in:
app/controller_dummies/frontend_controller.rb,
lib/rails/generators/pages_core/install/templates/frontend_controller.rb

Overview

Abstract controller for all frontend controllers.

Instance Attribute Summary

Attributes included from PagesCore::Authentication

#current_user

Method Summary

Methods inherited from PagesCore::FrontendController

#load_root_pages

Methods included from PagesCore::ApplicationHelper

#page_link, #unique_page

Methods included from PagesCore::PagePathHelper

#page_path, #page_url

Methods included from PagesCore::OpenGraphTagsHelper

#open_graph_properties, #open_graph_tags

Methods included from PagesCore::MetaTagsHelper

#default_meta_image, #default_meta_image?, #meta_description, #meta_description?, #meta_image, #meta_image?, #meta_keywords, #meta_keywords?

Methods included from PagesCore::ImagesHelper

#dynamic_image_tag, #original_dynamic_image_tag, #uncropped_dynamic_image_tag

Methods included from PagesCore::HeadTagsHelper

#document_title, #document_title?, #feed_tags, #google_analytics_tags, #head_tag, #rss_link_tag, #typekit_tags

Methods included from PagesCore::AttachmentsHelper

#attachment_path, #download_attachment_path, #page_file_path

Methods included from PagesCore::StaticCacheController

#disable_static_cache!

Methods included from PagesCore::PoliciesHelper

#policy, #verify_policy, #verify_policy_with_proc

Methods included from PagesCore::ProcessTitler

inc_number_of_requests, original_title

Methods included from PagesCore::ErrorRenderer

#render_error

Methods included from PagesCore::Authentication

#authenticate!, #deauthenticate!, #logged_in?