Module: LoyalCore::ActionController::SeoMethods

Defined in:
lib/loyal_core/action_controller/seo_methods.rb

Defined Under Namespace

Modules: InstanceMethods

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



4
5
6
7
8
9
10
11
# File 'lib/loyal_core/action_controller/seo_methods.rb', line 4

def self.included base
  base.class_eval do
    helper_method :page_title, :page_keywords, :page_description
    helper_method :page_title_set, :page_keywords_set, :page_description_set

    include InstanceMethods
  end
end