Copy the name of the constraint validations metadata table into the subclass.
# File lib/sequel/plugins/constraint_validations.rb, line 65 def inherited(subclass) super subclass.instance_variable_set(:@constraint_validations_table, @constraint_validations_table) end
Generated with the Darkfish Rdoc Generator 2.