Class: Class
- Inherits:
-
Object
- Object
- Class
- Defined in:
- lib/reflexive/core_ext/reflexive_url.rb
Instance Method Summary collapse
Instance Method Details
#reflexive_url ⇒ Object
20 21 22 23 |
# File 'lib/reflexive/core_ext/reflexive_url.rb', line 20 def reflexive_url Reflexive::Application.default_url_prefix + Reflexive::RoutingHelpers.constant_path(self) end |