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.2.0 spec/support/models/author.rb
ants-0.1.4 spec/support/models/author.rb
ants-0.1.1 spec/support/models/author.rb
ants-0.1.0 spec/support/models/author.rb