Use the ActiveRecord::Calculations::Class Methods i.e. Model.count(:conditions => "...")
(look it up on api.rubyonrails.org for more details) On Jul 6, 9:29 am, Rails List <[email protected]> wrote: > Sergio Angeletti wrote: > > You have to use .size > > > not .total > > > On Mon, Jul 6, 2009 at 6:19 PM, Rails List > > <[email protected] > > Size doesn't tell you the returned value. it just tells you the array > length/size. What I need is the mysql returned value. In this case it > would be the value of "count(*)" > -- > Posted viahttp://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 [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 -~----------~----~----~----~------~----~------~--~---

