Skip to content

Instantly share code, notes, and snippets.

@lzcabrera
Created August 11, 2014 04:55
Show Gist options
  • Save lzcabrera/c2755f5ff522ab289060 to your computer and use it in GitHub Desktop.
Save lzcabrera/c2755f5ff522ab289060 to your computer and use it in GitHub Desktop.
callbacks inside an active record model
before_validation
after_validation
before_save
after_save
before_create
after_create
before_update
after_update
before_destroy
after_destroy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment