Skip to content
raw1z edited this page Mar 6, 2012 · 2 revisions

All you have to do for mongoid projects is to activate amistad in you model:

class User < ActiveRecord::Base
  include Amistad::FriendModel
end