Skip to content

Instantly share code, notes, and snippets.

@simplyb
Created September 12, 2012 18:18
Show Gist options
  • Save simplyb/3708799 to your computer and use it in GitHub Desktop.
Save simplyb/3708799 to your computer and use it in GitHub Desktop.
> user = User.first
> user.name
=> "Frank"
> user.name = "John"
> user.name_changed?
=> true
> user.name_change
=> ["Frank", "John"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment