intra_app/app/models/category_categoryable.rb
Nicolas Bally 761e075bb6 initial
2018-11-08 21:47:30 +01:00

6 lines
137 B
Ruby

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