Hi,

I have a question that how to take a list of user on user table

def show_pic

 @id  = User.find(:all,  :select => 'users.id')
        @id.each do |i|
           @pic =  ActiveRecord::Base.connection.select_value(
                                                    select picture
from albums a
                                                    inner join Users u
on u.id = a.id
                                                    where u.id  = i )
       end
end

please give me some advices...


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

Reply via email to