Class: UnboundMethod
- Inherits:
-
Object
- Object
- UnboundMethod
- Defined in:
- lib/reflexive/core_ext/reflexive_url.rb
Instance Method Summary collapse
Instance Method Details
#reflexive_url ⇒ Object
13 14 15 16 |
# File 'lib/reflexive/core_ext/reflexive_url.rb', line 13 def reflexive_url Reflexive::Application.default_url_prefix + Reflexive::RoutingHelpers.new_method_path(owner, :instance, name) end |