aboutsummaryrefslogtreecommitdiffstats
path: root/config/routes.rb
diff options
context:
space:
mode:
authorRobert2017-07-17 15:34:33 +0200
committerRobert2017-07-19 08:40:03 +0200
commit0c69d141911a1f8e55c50d521691506ba7f32ac0 (patch)
treeff6f6586c6a24d0e4fc56683da3ab139178fdb0e /config/routes.rb
parenteac2dc45fdf6c7dbaa413396ea513b1642b32c1c (diff)
downloadchouette-core-0c69d141911a1f8e55c50d521691506ba7f32ac0.tar.bz2
Refs: #3506@16h Request Spec for NetexImport API and implementation
- Carrier Wave Upload with `fixture_file_upload` - Request specs to .json - Implementation - API token setup - Refuted experiments with controller specs
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 0bfde2e25..686c19eff 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -37,7 +37,7 @@ ChouetteIhm::Application.routes.draw do
resources :connection_links, only: [:index, :show]
resources :companies, only: [:index, :show]
resources :group_of_lines, only: [:index, :show]
- resources :imports, only: :create
+ resources :netex_imports, only: :create
resources :journey_patterns, only: :show
resources :lines, only: [:index, :show] do
resources :journey_patterns, only: [:index, :show]