aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorZakaria BOUZIANE2015-02-26 14:54:18 +0100
committerZakaria BOUZIANE2015-02-26 14:54:18 +0100
commit6c799be447a241f0eb232fc4cea3405612acd4e8 (patch)
treef4ca3be7a7ba189900dedeb0c66feb2045c8437b /config
parent0adee77238b5c70bcf518e939e16136f3a481493 (diff)
downloadchouette-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.rb1
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' }