coton_app/app/models/p_contact.rb
Nicolas Bally e5d25ef2e9 suite
2019-03-12 15:43:23 +01:00

10 lines
202 B
Ruby

class PContact < ActiveRecord::Base
belongs_to :contactable, :polymorphic => true
has_many :p_contact_contact_types
has_many :p_contact_types, :through => :p_contact_contact_types
end