Skip to content

Instantly share code, notes, and snippets.

@mashiro
Created March 31, 2014 14:43
Show Gist options
  • Save mashiro/9893962 to your computer and use it in GitHub Desktop.
Save mashiro/9893962 to your computer and use it in GitHub Desktop.
def unsafe_save!(instance)
instance.class.connection.disable_referential_integrity do
yield if block_given?
instance.save! validate: false
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment