Module ActiveRecord::MassAssignmentSecurity::NestedAttributes::ClassMethods
In: lib/active_record/mass_assignment_security/nested_attributes.rb

Methods

Constants

REJECT_ALL_BLANK_PROC = proc { |attributes| attributes.all? { |key, value| key == '_destroy' || value.blank? } }

Public Instance methods

[Validate]