Hi all,
Thanks for your replies.

I want to get related models like this.

@[email protected]
When @user.testing == true then return @user.payments=(payment.testing
== true)
When @user.testing == false then return
@user.payments=(payment.testing == false)

Therefore  "where(:testing => true)" is not suitable for this case.
The payment.testing value depends on user.testing value(same as
user.testing value).

Masuda





-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" 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-talk?hl=en.

Reply via email to