paranoia.rb
6.08 KB
-
touch_paranoia_column before really_destroy!-ing a record in rails 4.1.x.… · ef47606e
touch_paranoia_column before really_destroy!-ing a record in rails 4.1.x. reloading already really_destroy!-ed associations is needed, otherwise super.destroy! will try to destroy these asociations (because they still exist on the activerecord object, but are already removed from the database) Fixes #143
Martin Sereinig committed