aboutsummaryrefslogtreecommitdiffstats
path: root/config/routes.rb
diff options
context:
space:
mode:
authorEdouard Maffert2016-06-27 16:16:52 +0200
committerEdouard Maffert2016-06-27 16:16:52 +0200
commit985b2ab985741896daa1499d78c93e7f71a8e0c9 (patch)
tree05dcce03048d173dc6d7beac625941a4a2db4f7b /config/routes.rb
parent096a4aed7d28624a8578b568acbff5d6fbbda082 (diff)
downloadchouette-core-985b2ab985741896daa1499d78c93e7f71a8e0c9.tar.bz2
add line_referential_sync and line_sync_operation models
Diffstat (limited to 'config/routes.rb')
-rw-r--r--config/routes.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/routes.rb b/config/routes.rb
index 786e4d4e5..f83f4771c 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -55,7 +55,7 @@ ChouetteIhm::Application.routes.draw do
resources :stop_areas
end
- resources :line_referentials, :only => [:show] do
+ resources :line_referentials, :only => [:show, :update] do
resources :lines
resources :group_of_lines
end