Sha256: d795dcf4e07a6131a19224a5420198d10243be40b17e50f5fca38c96397e5215

Contents?: true

Size: 123 Bytes

Versions: 24

Compression:

Stored size: 123 Bytes

Contents

class Author
  include Mongoid::Document

  # attributes
  field :name

  # relations
  has_and_belongs_to_many :books
end

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
ants-0.3.14 spec/support/models/author.rb
ants-0.3.13 spec/support/models/author.rb
ants-0.3.12 spec/support/models/author.rb
ants-0.3.11 spec/support/models/author.rb
ants-0.3.10 spec/support/models/author.rb
ants-0.3.9 spec/support/models/author.rb
ants-0.3.5 spec/support/models/author.rb
ants-0.3.4 spec/support/models/author.rb
ants-0.3.3 spec/support/models/author.rb
ants-0.3.2 spec/support/models/author.rb
ants-0.3.1 spec/support/models/author.rb
ants-0.3.0 spec/support/models/author.rb
ants-0.2.8 spec/support/models/author.rb
ants-0.2.7 spec/support/models/author.rb
ants-0.2.6 spec/support/models/author.rb
ants-0.2.5 spec/support/models/author.rb
ants-0.2.4 spec/support/models/author.rb
ants-0.2.3 spec/support/models/author.rb
ants-0.2.2 spec/support/models/author.rb
ants-0.2.1 spec/support/models/author.rb