peractus_app/app/models/category_categoryable.rb
Nicolas Bally a5cfbad091 initial
2018-08-06 16:55:14 +02:00

6 lines
137 B
Ruby

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