coton_app/app/models/p_contact.rb
2018-12-15 14:06:53 +01:00

6 lines
94 B
Ruby

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