aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/exports_controller.rb
diff options
context:
space:
mode:
authorLuc Donnet2015-05-07 14:40:37 +0200
committerLuc Donnet2015-05-07 14:40:37 +0200
commit73abd85f6181e33fe0b2fe31a5c46f2fbc44eb8a (patch)
treef284e3994937c1e58a68625dc347a0ad7d557945 /app/controllers/exports_controller.rb
parent46c9cd634a1b2f36df872bd0acbca25884673810 (diff)
downloadchouette-core-73abd85f6181e33fe0b2fe31a5c46f2fbc44eb8a.tar.bz2
Fix import
Diffstat (limited to 'app/controllers/exports_controller.rb')
-rw-r--r--app/controllers/exports_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/exports_controller.rb b/app/controllers/exports_controller.rb
index b41ce1ca0..68ee00568 100644
--- a/app/controllers/exports_controller.rb
+++ b/app/controllers/exports_controller.rb
@@ -5,7 +5,7 @@ class ExportsController < ChouetteController
defaults :resource_class => Export
respond_to :html, :only => [:show, :index, :destroy, :exported_file]
- respond_to :js, :only => [:show, :index]
+ respond_to :js, :only => [:index]
belongs_to :referential
def index