multi parameter attributes

If you want to use multi-paramater attributes with Rails, you will need to include an extra Mongoid module to support it.

class Person
  include Mongoid::Document
  include Mongoid::MultiParameterAttributes
end