6 lines
93 B
Ruby
6 lines
93 B
Ruby
class PContact < ApplicationRecord
|
|
|
|
belongs_to :contactable, :polymorphic => true
|
|
|
|
end
|