| Module | ActiveRecord::MassAssignmentSecurity::NestedAttributes::ClassMethods |
| In: |
lib/active_record/mass_assignment_security/nested_attributes.rb
|
| REJECT_ALL_BLANK_PROC | = | proc { |attributes| attributes.all? { |key, value| key == '_destroy' || value.blank? } } |