4 lines
103 B
Ruby
4 lines
103 B
Ruby
class Api::AuthenticatedApiController < ActionController::Base
|
|
before_action :authenticate_user!
|
|
end
|