Files
old-ribica/front-api/models/brand.rb

4 lines
57 B
Ruby
Raw Normal View History

2015-03-28 14:38:15 +01:00
class Brand < ActiveRecord::Base
has_many :items
end