This repository has been archived on 2024-03-16. You can view files and clone it, but cannot push or open issues or pull requests.
orbit-4-1/vendor/built_in_modules/location/config/routes.rb

13 lines
240 B
Ruby
Raw Normal View History

2012-12-07 04:40:21 +00:00
Rails.application.routes.draw do
namespace :panel do
2013-02-04 10:06:45 +00:00
namespace :location do
2012-12-07 04:40:21 +00:00
namespace :back_end do
match "locations/get_locations" => "locations#get_locations"
resources :locations
end
end
end
end