Skip to content

Instantly share code, notes, and snippets.

@prcaen
Created February 22, 2013 10:57
Show Gist options
  • Save prcaen/5012618 to your computer and use it in GitHub Desktop.
Save prcaen/5012618 to your computer and use it in GitHub Desktop.
Rails 3 default callbacks
- save
- valid
before_validation
- validate
after_validation
before_save
before_create
- create
after_create
after_save
after_commit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment