Skip to content

Instantly share code, notes, and snippets.

@meltzerj
Created May 1, 2011 07:01
Show Gist options
  • Select an option

  • Save meltzerj/950306 to your computer and use it in GitHub Desktop.

Select an option

Save meltzerj/950306 to your computer and use it in GitHub Desktop.
before_create :generate_url
def generate_url
self.invitation_url = "http://www.dreamstill.com/?id=" + self.sender_id.to_s
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment