Class: Upframework::ApiController

Inherits:
ApplicationController
  • Object
show all
Includes:
DeviseTokenAuth::Concerns::SetUserByToken, CrudEndpoint, ErrorHandler, RenderExtensions, ServiceEndpoint, TransformParamKeys
Defined in:
app/controllers/upframework/api_controller.rb

Direct Known Subclasses

SearchesController

Instance Method Summary collapse

Methods included from CrudEndpoint

#create, #destroy, #index, #show, #update

Instance Method Details

#authenticate!Object



23
24
25
# File 'app/controllers/upframework/api_controller.rb', line 23

def authenticate!
  super || authenticate_user!
end