module Seorel::Helper
Public Instance Methods
seorel_manager()
click to toggle source
# File lib/seorel/helper.rb, line 7 def seorel_manager @seorel_manager ||= ::Seorel::Helper::Manager.new(request, seorel_params) end