Sha256: 6589069ffec9bcee3f2e1110a8068920a67ec5f8c870e9fd5b14265e9a620d79
Contents?: true
Size: 144 Bytes
Versions: 2
Compression:
Stored size: 144 Bytes
Contents
class Movie include Mongoid::Document field :title, :type => String references_many :ratings, :as => :ratable, :dependent => :nullify end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
mongoid-eager-loading-0.3.1 | spec/models/movie.rb |
mongoid-eager-loading-0.3.0 | spec/models/movie.rb |