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



9
10
11
# File 'lib/seorel/helper.rb', line 9

def render_meta_tags
  seorel_manager.render
end

#seorel_managerObject



5
6
7
# File 'lib/seorel/helper.rb', line 5

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