magic_field_relationship.rb 174 Bytes Edit Raw Blame History 1 2 3 4 5 class MagicFieldRelationship < ActiveRecord::Base belongs_to :magic_field belongs_to :owner, :polymorphic => true #belongs_to :extended_model, :polymorphic => true end