标签: ruby-on-rails ruby activeadmin
:collection => FuelType.all.collect {|fuel| [fuel.fuel, fuel.fuel]}
如何从此集合中将第一个值设为默认值?