musifrat_app/app/models/popup_popupable.rb
Nicolas Bally a1aef72f7f intial
2019-02-03 15:12:58 +01:00

6 lines
115 B
Ruby

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