negos_app/app/models/thing_conversation.rb
2017-06-06 16:15:40 +02:00

6 lines
121 B
Ruby

class ThingConversation < ActiveRecord::Base
belongs_to :conversation
belongs_to :thing, :polymorphic => true
end