module Protective

Protect active records from being destroyed in a declarative way.

Public Class Methods

included(base) click to toggle source
# File lib/protective.rb, line 6
def self.included(base)
  base.send :extend, ClassMethods
end