Error.find(:all,:select => 'DISTINCT type')
有人有一个想法,如何将此调用转换为ActiveRecord3有效语句?
我在网路上找不到任何东西
谢谢
select
Error.select('DISTINCT type')