demarches-normaliennes/app/controllers/backoffice/commentaires_controller.rb

8 lines
153 B
Ruby
Raw Normal View History

2015-09-22 15:00:59 +02:00
class Backoffice::CommentairesController < CommentairesController
before_action :authenticate_gestionnaire!
def is_gestionnaire?
true
end
2017-04-04 15:27:04 +02:00
end