Class: ActionDispatch::Routing::Mapper

Inherits:
Object
  • Object
show all
Defined in:
lib/stall/rails/routing_mapper.rb

Instance Method Summary collapse

Instance Method Details

#mount_stall(mount_location) ⇒ Object



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

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