>>> User.first.secret_stuff > => NoMethodError: private method `secret_stuff' called for #<User: > 0x3d446dc> # as expected >>> Purchase.first.user.secret_stuff > => "foo" # d'oh!
Yeah, this is also a bug. If you want to whip up a patch for it, I'll gladly apply it. -- Cheers Koz --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en -~----------~----~----~----~------~----~------~--~---
