Class Index [+]

Quicksearch

Ramaze::Helper::Link

This is a modification of Innate::Helper::Link to respect the routing of Ramaze

NOTE: The A/R/Rs methods have been deprecated.

Public Instance Methods

route_location(klass) click to toggle source
    # File lib/ramaze/helper/link.rb, line 13
13:       def route_location(klass)
14:         prefix = Ramaze.options.prefix
15:         location = Ramaze.to(klass) || Ramaze.to(klass.class)
16:         [prefix, location].join('/')
17:       end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.