davidcelis/recommendable

View on GitHub
lib/recommendable/orm/mongo_mapper.rb

Summary

Maintainability
A
0 mins
Test Coverage
require 'mongo_mapper'

MongoMapper::Document.plugin(Recommendable::Rater)
MongoMapper::Document.plugin(Recommendable::Ratable)
MongoMapper::EmbeddedDocument.plugin(Recommendable::Rater)
MongoMapper::EmbeddedDocument.plugin(Recommendable::Ratable)

Recommendable.configure { |config| config.orm = :mongo_mapper }