# File lib/action_controller/metal/url_for.rb, line 15
15: def _routes
16: raise "In order to use #url_for, you must include routing helpers explicitly. " "For instance, `include Rails.application.routes.url_helpers"
17: end
# File lib/action_controller/metal/url_for.rb, line 7
7: def url_options
8: super.reverse_merge(
9: :host => request.host_with_port,
10: :protocol => request.protocol,
11: :_path_segments => request.symbolized_path_parameters
12: ).merge(:script_name => request.script_name)
13: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.