Sha256: 18e2c02dabdbf06e027c6752728b7b62e0194ea6e41397c52831db9d178045e9

Contents?: true

Size: 108 Bytes

Versions: 4

Compression:

Stored size: 108 Bytes

Contents

class Chapter
  include Mongoid::Document

  field :title

  attr_accessible :title

  belongs_to :book
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
mongoid-sorted-relations-0.0.4 spec/support/models/chapter.rb
mongoid-sorted-relations-0.0.3 spec/support/models/chapter.rb
mongoid-sorted-relations-0.0.2 spec/support/models/chapter.rb
mongoid-sorted-relations-0.0.1 spec/support/models/chapter.rb