Sha256: 9e9aa3022ba83337e7af2f2117b3f08c0c0d97dbced27cd42d72265220c1e497

Contents?: true

Size: 95 Bytes

Versions: 1

Compression:

Stored size: 95 Bytes

Contents

class ProductHasCategory < ActiveRecord::Base
  belongs_to :category
  belongs_to :product
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
token_field-2.0.0 spec/dummy/app/models/product_has_category.rb