Hi all,

I am filtering products

specs = Product.find(:all, :conditions => [ .... ], :order => "...")
@products = specs.collect { |spec| spec.???? }

And I would like to collect all of the product fields. I dont know what
to use instead of my ????

And then I would like to show them to the user.

<% @products.each do |p| %>
     <%= p.name %> ....... <%= p.price %>
<% end %>

Thx for help.
P.
-- 
Posted via http://www.ruby-forum.com/.

--~--~---------~--~----~------------~-------~--~----~
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 rubyonrails-talk@googlegroups.com
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