3 lines
110 B
Ruby
3 lines
110 B
Ruby
|
class Users::Dossiers::CommentairesController < CommentairesController
|
||
|
before_action :authenticate_user!
|
||
|
end
|