6 lines
94 B
Ruby
6 lines
94 B
Ruby
class PContact < ActiveRecord::Base
|
|
|
|
belongs_to :contactable, :polymorphic => true
|
|
|
|
end
|