demarches-normaliennes/app/controllers/backoffice/commentaires_controller.rb
2015-09-22 15:00:59 +02:00

8 lines
No EOL
153 B
Ruby

class Backoffice::CommentairesController < CommentairesController
before_action :authenticate_gestionnaire!
def is_gestionnaire?
true
end
end