Flowdock
method

url_for

Importance_0
Ruby on Rails latest stable (v5.2.3) - 0 notes - Class: ActionDispatch::Http::URL
url_for(options) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionpack/lib/action_dispatch/http/url.rb, line 49
        def url_for(options)
          if options[:only_path]
            path_for options
          else
            full_url_for options
          end
        end
Register or log in to add new notes.