Sha256: 6baf70e4d096556d985b63dd1c1868b900f5983d820f40b1f1acc0d613cc7b38

Contents?: true

Size: 178 Bytes

Versions: 1

Compression:

Stored size: 178 Bytes

Contents

class Book
  include Mongoid::Document
  include Mongoid::SortedRelations

  field :title

  attr_accessible :title

  has_many :chapters
  has_and_belongs_to_many :authors

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
mongoid-sorted-relations-0.0.4 spec/support/models/book.rb