class TransactionSponsorship < ActiveRecord::Base belongs_to :sponsorship_animal has_one :transaction_item, :as => :transaction_content end