Sha256: 6dc208f1bffd72886a9acc4ba2eb495c32ca7b4f0eb5e6c0a657036a198e9e17

Contents?: true

Size: 96 Bytes

Versions: 8

Compression:

Stored size: 96 Bytes

Contents

class Product < ActiveRecord::Base

  has_and_belongs_to_many :tags
  belongs_to :vendor
  
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
tabulatr-0.1.3 spec/dummy_app/app/models/product.rb
tabulatr-0.1.2 spec/dummy_app/app/models/product.rb
tabulatr-0.1.1 spec/dummy_app/app/models/product.rb
tabulatr-0.1.0 spec/dummy_app/app/models/product.rb
tabulatr-0.0.5 spec/dummy_app/app/models/product.rb
tabulatr-0.0.4 spec/dummy_app/app/models/product.rb
tabulatr-0.0.3 spec/dummy_app/app/models/product.rb
tabulatr-0.0.2 spec/dummy_app/app/models/product.rb