Skip to content

Instantly share code, notes, and snippets.

@tyrotinal
Created May 7, 2013 05:05
Show Gist options
  • Save tyrotinal/5530372 to your computer and use it in GitHub Desktop.
Save tyrotinal/5530372 to your computer and use it in GitHub Desktop.
rails: calling the class called User
user = User.new(:name => "Michael Hartl", :email => "[email protected]")
user.formatted_email
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment