aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/referentials_controller.rb
diff options
context:
space:
mode:
authorcedricnjanga2017-07-06 17:38:47 +0200
committercedricnjanga2017-07-06 17:38:47 +0200
commit4bddbdb6a1eb52260b1fdaa78ebd9415582daafd (patch)
treed85f906433876b05a35edfe093e3aa6b5b40956e /app/controllers/referentials_controller.rb
parentbf63449de6ac9624352af4c0319758da3c8d827e (diff)
parent1ed7b4a1398fcc39c539de5e0b045e098e02e50f (diff)
downloadchouette-core-4bddbdb6a1eb52260b1fdaa78ebd9415582daafd.tar.bz2
Merge branch 'master' of github.com:af83/stif-boiv
Diffstat (limited to 'app/controllers/referentials_controller.rb')
-rw-r--r--app/controllers/referentials_controller.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/controllers/referentials_controller.rb b/app/controllers/referentials_controller.rb
index 1239d512f..31b953ace 100644
--- a/app/controllers/referentials_controller.rb
+++ b/app/controllers/referentials_controller.rb
@@ -1,7 +1,6 @@
class ReferentialsController < BreadcrumbController
defaults :resource_class => Referential
include PolicyChecker
- before_action :check_policy, :only => [:edit, :update, :destroy, :archive, :unarchive] # overrides default
respond_to :html
respond_to :json, :only => :show