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.3.14 spec/support/models/book.rb
ants-0.3.13 spec/support/models/book.rb
ants-0.3.12 spec/support/models/book.rb
ants-0.3.11 spec/support/models/book.rb
ants-0.3.10 spec/support/models/book.rb
ants-0.3.9 spec/support/models/book.rb
ants-0.3.5 spec/support/models/book.rb
ants-0.3.4 spec/support/models/book.rb
ants-0.3.3 spec/support/models/book.rb
ants-0.3.2 spec/support/models/book.rb
ants-0.3.1 spec/support/models/book.rb
ants-0.3.0 spec/support/models/book.rb
ants-0.2.8 spec/support/models/book.rb
ants-0.2.7 spec/support/models/book.rb
ants-0.2.6 spec/support/models/book.rb
ants-0.2.5 spec/support/models/book.rb
ants-0.2.4 spec/support/models/book.rb
ants-0.2.3 spec/support/models/book.rb
ants-0.2.2 spec/support/models/book.rb
ants-0.2.1 spec/support/models/book.rb