aboutsummaryrefslogtreecommitdiffstats
path: root/config/routes.rb
diff options
context:
space:
mode:
authorXinhui2016-09-29 17:58:03 +0200
committerXinhui2016-09-29 17:58:03 +0200
commit5a6efc44dd862384b80f6ff48583e9f9229dbaf4 (patch)
tree2375722be0855f5e43e1d09481ef68fea21d0cb4 /config/routes.rb
parenta1fffa57564825303671c20e596f4fc944fbdd12 (diff)
downloadchouette-core-5a6efc44dd862384b80f6ff48583e9f9229dbaf4.tar.bz2
Launch reflex:sync from interface
Refs #1712
Diffstat (limited to 'config/routes.rb')
-rw-r--r--config/routes.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb
index 4a2665e00..9bf7dcc2e 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -52,6 +52,7 @@ ChouetteIhm::Application.routes.draw do
end
resources :stop_area_referentials, :only => [:show] do
+ post :sync, on: :member
resources :stop_areas
end