Your @c is an array, so @c.first.total should work Although, if you just want the size along, Model.count would be the best way to go as per E. Litwin suggestion.
On Jul 7, 12: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 -~----------~----~----~----~------~----~------~--~---

