diff options
| author | Zakaria BOUZIANE | 2015-02-26 14:54:18 +0100 |
|---|---|---|
| committer | Zakaria BOUZIANE | 2015-02-26 14:54:18 +0100 |
| commit | 6c799be447a241f0eb232fc4cea3405612acd4e8 (patch) | |
| tree | f4ca3be7a7ba189900dedeb0c66feb2045c8437b /config | |
| parent | 0adee77238b5c70bcf518e939e16136f3a481493 (diff) | |
| download | chouette-core-6c799be447a241f0eb232fc4cea3405612acd4e8.tar.bz2 | |
Instable state: postgresql_adapter.rb: undefined method table_name for Export:Class
Diffstat (limited to 'config')
| -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 93b1b2303..82dd4248f 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -97,6 +97,7 @@ ChouetteIhm::Application.routes.draw do get 'references' end end + resources :compliance_check_tasks do member do get 'export', defaults: { format: 'zip' } |
