rails version?

convert your query to scope or named_scope in your model, then you can chain 
conditions etc

t

On Jun 12, 2011, at 16:46 , joanne wrote:

> Hi, i have stuck how to make this more dynamic that is why i use
> ".first" to get the 1st user.
> 
> cuz i can print the picture with the first user in the record...
> but i cannot display some other user(user2, user3 ... )
> 
> @user=picture.all(
>                :joins => :culture,
>                 :conditions => (Album.joins(:description))).first
> 
> i want to make @user.image ( display image with all users)'
> 
> 
> Can you give me some advice..
> 
> 
> thank you so much
> 
> -- 
> 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.

-- 
===============================================================================
Tomas Meinlschmidt, MS {MCT, MCP+I, MCSE, AER}, NetApp Filer/NetCache

www.meinlschmidt.com  www.maxwellrender.cz  www.lightgems.cz
===============================================================================

-- 
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