# File app/helpers/application_helper.rb, line 13
  def detour_to(title, options, html_options = nil)
    link_to title, with_detour(options), html_options
  end