On 12/13/07, Rick DeNatale <[EMAIL PROTECTED]> wrote: > class Message < ActiveRecord::Base > > belongs_to :sender, :class_name => "Person", :foreign_key => :sender_id > belongs_to :recipient, :class_name => "Person", :foreign_key => > :recipient_id > > after_create do |msg| > puts "\n**** after_create #{msg}\n#{caller.join("\n")}\n"
Of course that puts isn't really there, it's a remnant of my attempts to debug David's suggestion. -- Rick DeNatale My blog on Ruby http://talklikeaduck.denhaven2.com/ _______________________________________________ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users