Closed khiav223577 closed 5 years ago
User.where(id: 1).select(:id).pluck(:account) # => ["vanellope"] User.where(id: 1).select(:id).pluck_all(:account) # => [{"id"=>1, "account"=>"god"}] # But expected to be [{"account"=>"god"}]