rosa-build/app/models/relation.rb

6 lines
145 B
Ruby

class Relation < ActiveRecord::Base
belongs_to :target, :polymorphic => true
belongs_to :object, :polymorphic => true
belongs_to :role
end