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/gprs/config/routes.rb

15 lines
234 B
Ruby
Raw Normal View History

2012-09-17 13:36:40 +00:00
Rails.application.routes.draw do
namespace :panel do
namespace :gprs do
namespace :back_end do
match "locations/get_locations" => "locations#get_locations"
resources :locations
2012-09-17 13:36:40 +00:00
end
end
end
end