Class: GrapeTokenAuth::RegistrationAPI

Inherits:
Grape::API
  • Object
show all
Includes:
RegistrationAPICore
Defined in:
lib/grape_token_auth/apis/registration_api.rb

Class Method Summary collapse

Methods included from RegistrationAPICore

included

Class Method Details

.resource_scopeObject



16
17
18
# File 'lib/grape_token_auth/apis/registration_api.rb', line 16

def resource_scope
  :user
end