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