Commit 60fd940446bacbe79215debd046b908b4c6a114c

Authored by Andrew Kane
1 parent bc75b482
Exists in relation

Updated comment [skip ci]

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
lib/searchkick/relation.rb
... ... @@ -105,7 +105,7 @@ module Searchkick
105 105 self
106 106 end
107 107  
108   - # TODO support multiple
  108 + # TODO make more efficient if loaded
109 109 def pluck(*fields)
110 110 result = select(*fields).load(false)
111 111 if fields.size == 1
... ...