Class: Api::V1::User::UsersController

Inherits:
BaseController
  • Object
show all
Defined in:
app/controllers/api/v1/user/users_controller.rb

Instance Method Summary collapse

Instance Method Details

#showObject



4
5
6
# File 'app/controllers/api/v1/user/users_controller.rb', line 4

def show
  render json: current_user
end