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

6 lines
93 B
Ruby

class PContact < ApplicationRecord
belongs_to :contactable, :polymorphic => true
end