Method: UsersController#check

Defined in:
app/controllers/users_controller.rb

#checkObject

post /users/check



14
15
16
# File 'app/controllers/users_controller.rb', line 14

def check
  @entity = User.new(creation_parameters)
end