Module: WithSeoCtrl

Extended by:
ActiveSupport::Concern
Defined in:
app/controllers/concerns/with_seo_ctrl.rb

Instance Method Summary collapse

Instance Method Details

#seo_blockObject



8
9
10
# File 'app/controllers/concerns/with_seo_ctrl.rb', line 8

def seo_block
  @seo_block ||= Redde::Seo::Finder.new(request.path, seo_object).find
end

#seo_objectObject



12
13
14
# File 'app/controllers/concerns/with_seo_ctrl.rb', line 12

def seo_object
  nil
end