Class: IP::Sitemap::RouteMaker

Inherits:
Object
  • Object
show all
Includes:
ActionController::UrlWriter, ActionView::Helpers::ActiveRecordHelper, ActionView::Helpers::DateHelper, ActionView::Helpers::TagHelper, ActionView::Helpers::TextHelper, ActionView::Helpers::UrlHelper, Singleton
Defined in:
lib/ip/processor.rb

Instance Method Summary collapse

Instance Method Details

#set_host(host) ⇒ Object



18
19
20
# File 'lib/ip/processor.rb', line 18

def set_host(host)
  self.class.default_url_options[:host] = host
end