Skip to content

Instantly share code, notes, and snippets.

@sideshowcoder
Created January 19, 2013 19:01
Show Gist options
  • Save sideshowcoder/4574343 to your computer and use it in GitHub Desktop.
Save sideshowcoder/4574343 to your computer and use it in GitHub Desktop.
NeverSave < ActiveRecord::Base
before_create :dont_create_me
def dont_create_me
false
end
end
NeverSave.save # => false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment