olwen_techno_app/app/models/popup_popupable.rb
Nicolas Bally 2efaf19094 initial
2018-08-30 22:44:43 +02:00

6 lines
115 B
Ruby

class PopupPopupable < ActiveRecord::Base
belongs_to :popup
belongs_to :popupable, :polymorphic => true
end