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