bettermail/portal/app/controllers/api/authenticated_api_controller.rb
2022-11-12 02:27:46 +01:00

4 lines
103 B
Ruby

class Api::AuthenticatedApiController < ActionController::Base
before_action :authenticate_user!
end