7 lines
152 B
Ruby
7 lines
152 B
Ruby
|
class Backoffice::CommentairesController < CommentairesController
|
||
|
before_action :authenticate_gestionnaire!
|
||
|
|
||
|
def is_gestionnaire?
|
||
|
true
|
||
|
end
|
||
|
end
|