diff options
| author | Xinhui | 2016-09-29 17:58:03 +0200 |
|---|---|---|
| committer | Xinhui | 2016-09-29 17:58:03 +0200 |
| commit | 5a6efc44dd862384b80f6ff48583e9f9229dbaf4 (patch) | |
| tree | 2375722be0855f5e43e1d09481ef68fea21d0cb4 /config/routes.rb | |
| parent | a1fffa57564825303671c20e596f4fc944fbdd12 (diff) | |
| download | chouette-core-5a6efc44dd862384b80f6ff48583e9f9229dbaf4.tar.bz2 | |
Launch reflex:sync from interface
Refs #1712
Diffstat (limited to 'config/routes.rb')
| -rw-r--r-- | config/routes.rb | 1 |
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 |
