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

6 lines
62 B
Ruby
Raw Normal View History

2012-09-23 02:39:12 +00:00
class ItemCategory < ActiveRecord::Base
has_many :items
end