module Stall::RoutingMapper

Public Instance Methods

mount_stall(*args) click to toggle source
# File lib/stall/rails/routing_mapper.rb, line 6
def mount_stall(*args)
  Stall::Routes.new(self).draw(*args)
end