Class: Module

Inherits:
Object
  • Object
show all
Defined in:
lib/reflexive/core_ext/reflexive_url.rb,
lib/reflexive/core_ext/module/reflexive_instance_methods.rb

Instance Method Summary collapse

Instance Method Details

#reflexive_urlObject



27
28
29
30
# File 'lib/reflexive/core_ext/reflexive_url.rb', line 27

def reflexive_url
  Reflexive::Application.default_url_prefix +
    Reflexive::RoutingHelpers.constant_path(self)
end