qi6_app/app/models/popup_popupable.rb
2019-05-17 12:30:45 +02:00

6 lines
114 B
Ruby

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