Method: PathTo::Path#uri
- Defined in:
- lib/path-to/path.rb
#uri ⇒ Object
Generate a URI for this object, using application.uri_for (see Application#uri_for for details).
34 35 36 |
# File 'lib/path-to/path.rb', line 34 def uri application.uri_for(service, params) end |