aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/line_footnotes_controller.rb
diff options
context:
space:
mode:
authorXinhui2017-02-15 10:45:08 +0100
committerXinhui2017-02-15 10:45:08 +0100
commitc6230a7ca7ff6cbcb1d685527f80e0fb3d1aad8f (patch)
treebc5bc55d7df6164df753fac45373244827f9fd89 /app/controllers/line_footnotes_controller.rb
parent35b6a919e1eedb10b88385fb7f36c799794225d6 (diff)
downloadchouette-core-c6230a7ca7ff6cbcb1d685527f80e0fb3d1aad8f.tar.bz2
Wip line_footnotes#show json format
Diffstat (limited to 'app/controllers/line_footnotes_controller.rb')
-rw-r--r--app/controllers/line_footnotes_controller.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/controllers/line_footnotes_controller.rb b/app/controllers/line_footnotes_controller.rb
index 0e14eed04..51516c3ff 100644
--- a/app/controllers/line_footnotes_controller.rb
+++ b/app/controllers/line_footnotes_controller.rb
@@ -1,7 +1,6 @@
class LineFootnotesController < ChouetteController
defaults :resource_class => Chouette::Line, :instance_name => 'line'
before_action :check_policy, only: [:edit, :update, :destroy]
-
respond_to :json, :only => :show
belongs_to :referential