magic_attribute_relationship.rb 130 Bytes Edit Raw Blame History 1 2 3 4 class MagicAttributeRelationship < ActiveRecord::Base belongs_to :magic_attribute belongs_to :owner, :polymorphic => true end