instance method
default_url_options
Ruby on Rails 3.0.20
Since v3.0.20 Last seen in v3.0.20Signature
default_url_options()
No documentation comment.
Source
# File actionpack/lib/action_dispatch/testing/integration.rb, line 185
def default_url_options
{ :host => host, :protocol => https? ? "https" : "http" }
end
Defined in actionpack/lib/action_dispatch/testing/integration.rb line 185
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionDispatch::Integration::Session