magic_attribute_relationship.rb 130 Bytes
class MagicAttributeRelationship < ActiveRecord::Base
  belongs_to :magic_attribute
  belongs_to :owner, :polymorphic => true
end