# File lib/shoulda/active_record/macros.rb, line 85
85:       def should_allow_mass_assignment_of(*attributes)
86:         ::ActiveSupport::Deprecation.warn("use: should allow_mass_assignment_of")
87:         get_options!(attributes)
88: 
89:         attributes.each do |attribute|
90:           should allow_mass_assignment_of(attribute)
91:         end
92:       end