Class: Jobshop::UsersController

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

Instance Method Summary collapse

Methods inherited from ApplicationController

#current_organization

Instance Method Details

#currentObject



5
6
7
# File 'app/controllers/jobshop/users_controller.rb', line 5

def current
  render(json: Jobshop::TestUserSerializer.new(current_user))
end