I recently installed the technoweenie / restful-authentication plugin (which works as promised), but while going through the *users_controller#created*, I found a reference to a method call on the user model
@user.register!
Does anyone know where the method is defined? I've pretty much search all of the generated code, and still don't see a register method.
Thanks.
H