Re: [Rails] order by not working on all

2010-07-29 Thread Greg Donald
On Thu, Jul 29, 2010 at 11:15 AM, Mark Horrocks wrote: > Car.all.order("make") generates an error like "undefined method `order' > for #" > > Is this a bug? It seems that it should work. Rails 3.0.0rc. Car.order("make").all -- Greg Donald destiney.com | gregdonald.com -- You received this me

[Rails] order by not working on all

2010-07-29 Thread Mark Horrocks
Car.all.order("make") generates an error like "undefined method `order' for #" Is this a bug? It seems that it should work. Rails 3.0.0rc. -- 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