rosa-build/app/models/relation.rb

6 lines
164 B
Ruby
Raw Normal View History

class Relation < ActiveRecord::Base
belongs_to :target, :polymorphic => true
belongs_to :object, :polymorphic => true
2011-10-16 21:50:56 +01:00
belongs_to :role, :autosave => true
end