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

6 lines
115 B
Ruby

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