diff options
Diffstat (limited to 'config/routes.rb')
| -rw-r--r-- | config/routes.rb | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/config/routes.rb b/config/routes.rb index b795a2c70..d2d24dfe3 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -86,7 +86,8 @@ ChouetteIhm::Application.routes.draw do        end      end -    resources :exports do +    resources :export_tasks, :only => [:new, :create] +    resources :exports, :only => [:index, :show, :destroy]  do        collection do          get 'references'        end | 
