4 lines
66 B
Ruby
4 lines
66 B
Ruby
class SubCategory < ActiveRecord::Base
|
|
belongs_to :category
|
|
end
|
class SubCategory < ActiveRecord::Base
|
|
belongs_to :category
|
|
end
|