Module MongoMapper::Plugins::Rails::ClassMethods
In: lib/mongo_mapper/plugins/rails.rb

Methods

Public Instance methods

Returns returns an ActiveRecordAssociationAdapter for an association. This adapter has an API that is a subset of ActiveRecord::Reflection::AssociationReflection. This allows MongoMapper to be used with the association helpers in gems like simple_form and formtastic.

[Validate]