> Yes, I concur.  Sorry for the noise.  I also just found my real problem:
>
> class TransactionMember < ActiveRecord::Base
>   belongs_to :transaction, :class_name => 'GreenbackTransaction',
>                            :foreign_key => 'transaction_id'
> end
>
> Isn't there a #transaction method ?  No, really...  Renamed
> :transaction to :parent_txn and my other problem went away.
>
> Have a nice day !


SystemStackError isn't the user experience we're after though...

Was there anything in your logs warning you that you'd overridden transaction?

--
Cheers

Koz
_______________________________________________
Rails-core mailing list
Rails-core@lists.rubyonrails.org
http://lists.rubyonrails.org/mailman/listinfo/rails-core

Reply via email to