Skip to content

Instantly share code, notes, and snippets.

@baldwindavid
Created May 10, 2010 23:51
Show Gist options
  • Save baldwindavid/396708 to your computer and use it in GitHub Desktop.
Save baldwindavid/396708 to your computer and use it in GitHub Desktop.
module SoftDelete
def destroy
self.deleted_at = Time.zone.now
self.save
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment