module Burgundy::RouteHelpers

Public Instance Methods

eql?(other) click to toggle source
# File lib/burgundy/rails.rb, line 50
def eql?(other)
  other == self || item.eql?(other)
end
r()
Alias for: routes
routes() click to toggle source
# File lib/burgundy/rails.rb, line 54
def routes
  self.class.routes
end
Also aliased as: r
to_param() click to toggle source
# File lib/burgundy/rails.rb, line 46
def to_param
  item.to_param
end