Class: AuthPassportOffice::UsersController

Inherits:
ApplicationController show all
Defined in:
app/controllers/auth_passport_office/users_controller.rb

Instance Method Summary collapse

Instance Method Details

#meObject

GET /user.json



6
7
8
# File 'app/controllers/auth_passport_office/users_controller.rb', line 6

def me
 render :json => current_resource_owner
end