kaps_app/app/models/p_contact.rb
Nicolas Bally d60301e8a7 initial
2019-01-21 01:15:10 +01:00

6 lines
94 B
Ruby

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