method
url_for
v4.2.1 -
Show latest stable
- Class:
ActionDispatch::Http::URL
url_for(options)public
No documentation available.
# File actionpack/lib/action_dispatch/http/url.rb, line 31
def url_for(options)
if options[:only_path]
path_for options
else
full_url_for options
end
end