Module: Para::SeoTools::Controller

Extended by:
ActiveSupport::Concern
Defined in:
lib/para/seo_tools/controller.rb

Instance Method Summary collapse

Instance Method Details

#meta_tags_storeObject



12
13
14
# File 'lib/para/seo_tools/controller.rb', line 12

def meta_tags_store
  @meta_tags_store ||= MetaTags::Store.new(self)
end