Module: Stall::RoutingMapper

Defined in:
lib/stall/rails/routing_mapper.rb

Instance Method Summary collapse

Instance Method Details

#mount_stall(mount_location) ⇒ Object



6
7
8
# File 'lib/stall/rails/routing_mapper.rb', line 6

def mount_stall(mount_location)
  Stall::Routes.new(self).draw(mount_location)
end