Skip to content

Instantly share code, notes, and snippets.

@erichurst
Created May 1, 2010 19:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save erichurst/386606 to your computer and use it in GitHub Desktop.
Save erichurst/386606 to your computer and use it in GitHub Desktop.
def create
referral = User.find_by_username(params[:user][:referral])
@user = User.new(params[:user].merge(:referral_id => referral.id))
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment