metamaps--metamaps/app/models/item_category.rb

6 lines
62 B
Ruby
Raw Normal View History

2012-09-22 22:39:12 -04:00
class ItemCategory < ActiveRecord::Base
has_many :items
end