Creating stub objects that can be "claimed"
Posted
by Sean Johnson
on Stack Overflow
See other posts from Stack Overflow
or by Sean Johnson
Published on 2010-05-22T03:07:39Z
Indexed on
2010/05/22
3:10 UTC
Read the original article
Hit count: 343
ruby-on-rails
|authlogic
I'm working with a client on a rails project that wants to have a user model with 'stub' accounts that are created by an administrator, but that can later be claimed by the actual user, with authentication enabled on that user once the owner has claimed it. Was wondering if anyone has done this before, and what the best approach would be. We're currently using Authlogic to handle authentication.
© Stack Overflow or respective owner