6 lines
121 B
Ruby
6 lines
121 B
Ruby
class ThingConversation < ActiveRecord::Base
|
|
belongs_to :conversation
|
|
|
|
belongs_to :thing, :polymorphic => true
|
|
end
|