5 lines
62 B
Ruby
5 lines
62 B
Ruby
class ItemCategory < ActiveRecord::Base
|
|
|
|
has_many :items
|
|
|
|
end
|