show/hide this revision's text 2 edited tags
show/hide this revision's text 1

RoR: how do I create a "valid signup code" lookup?

Hi,

I want to be able to give codes to potential users in the form of email links (e.g. mysite.com/signup?beta=rapunzel)

When someone clicks on the link, it populates a hidden_field with the value (will just using :params[:beta] work?)

Then before it creates the user it validates by checking against another table where I have different beta code.

Then goes ahead and stores which code or maybe just the beta.id.

Suggestions? A plugin already exists?

Thanks.