Some methods have been deprecated with Rails3.
It is the case in particular with the following call !
Error.find(:all, :select => 'DISTINCT type')
Is anybody have an idea, how to convert this call to an ActiveRecord3 valid statement ?
I found nothing on the web …
Thanks
Just use the new
selectquery method.