Sha256: 4e7f1ccd5fe38418da02c324141ea587a4f4754e15f3535d25d43ae04d4aa382

Contents?: true

Size: 243 Bytes

Versions: 24

Compression:

Stored size: 243 Bytes

Contents

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

  # attributes
  field :title

  # relations
  has_many :chapters
  sorted_relations_for :chapters

  has_and_belongs_to_many :authors
  sorted_relations_for :authors
end

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
ants-0.2.0 spec/support/models/book.rb
ants-0.1.4 spec/support/models/book.rb
ants-0.1.1 spec/support/models/book.rb
ants-0.1.0 spec/support/models/book.rb