thatcher_app/app/models/category_categoryable.rb
2019-11-11 16:11:03 +01:00

6 lines
136 B
Ruby

class CategoryCategoryable < ApplicationRecord
belongs_to :category
belongs_to :category_categoryables, :polymorphic => true
end