demarches-normaliennes/app/controllers/backoffice/commentaires_controller.rb
2017-04-04 16:59:38 +02:00

7 lines
153 B
Ruby

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