protective 0.1.0
Protect records from being destroyed in a declarative way. Simply add 'protect_if :dont_delete, "Record is marked as not deletable"' to your ActiveRecord model. Your record will no be destroyed and the given message is added to the errors object.
Gemfile:
=
安装:
=
Runtime 依赖 (2):
activerecord
>= 0
activerecord
>= 0