class AnotherFieldTest include Mongoid::Document has_many :nested_field_tests, :inverse_of => :another_field_test attr_accessible :nested_field_test_ids end