# File lib/active_record/mass_assignment_security/core.rb, line 7 def init_attributes(attributes, options) assign_attributes(attributes, options) end
# File lib/active_record/mass_assignment_security/core.rb, line 11 def init_internals super @mass_assignment_options = nil end