diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/routes.rb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/config/routes.rb b/config/routes.rb index 3c3928f..653b811 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -8,7 +8,10 @@ Gemeinschaft42c::Application.routes.draw do end resources :call_routes do - collection { post :sort } + collection { + post :sort + get :show_variables + } resources :route_elements end |