lib/mongomodel.rb in mongomodel-0.2.10 vs lib/mongomodel.rb in mongomodel-0.2.11

- old
+ new

@@ -47,9 +47,10 @@ autoload :Write, 'mongomodel/concerns/attribute_methods/write' autoload :Query, 'mongomodel/concerns/attribute_methods/query' autoload :BeforeTypeCast, 'mongomodel/concerns/attribute_methods/before_type_cast' autoload :Protected, 'mongomodel/concerns/attribute_methods/protected' autoload :Dirty, 'mongomodel/concerns/attribute_methods/dirty' + autoload :MultiParameterAssignment, 'mongomodel/concerns/attribute_methods/multi_parameter_assignment' end module Attributes autoload :Store, 'mongomodel/attributes/store' autoload :Typecasting, 'mongomodel/attributes/typecasting'