bievre_app/app/models/category_categoryable.rb
Caroline Girard dee35396f0 initial
2018-09-07 11:04:43 +02:00

6 lines
137 B
Ruby

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