Class: Referrer::UsersController

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

Instance Method Summary collapse

Instance Method Details

#createObject



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

def create
  @user = Referrer::User.create!
  render json: {id: @user.id, token: @user.token}
end