Module: Seorel::Helper

Defined in:
lib/seorel/helper.rb,
lib/seorel/helper/base.rb,
lib/seorel/helper/generic.rb,
lib/seorel/helper/manager.rb,
lib/seorel/helper/twitter.rb,
lib/seorel/helper/open_graph.rb

Defined Under Namespace

Classes: Base, Generic, Manager, OpenGraph, Twitter

Instance Method Summary collapse

Instance Method Details

#render_meta_tagsObject



11
12
13
# File 'lib/seorel/helper.rb', line 11

def render_meta_tags
  seorel_manager.render
end

#seorel_managerObject



7
8
9
# File 'lib/seorel/helper.rb', line 7

def seorel_manager
  @seorel_manager ||= ::Seorel::Helper::Manager.new(request, seorel_params)
end