Skip to content

Commit

Permalink
fixed silly typo in all_slots_view: only Meta#find issue left
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleg Andreev committed May 24, 2008
1 parent a276967 commit 3901259
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/strokedb/views/all_slots_view.rb
Expand Up @@ -10,8 +10,8 @@ def view.map(uuid, doc)
ps
end
else
ps << [[sname, value], doc]
ps
pairs << [[sname, value], doc]
pairs
end
end
end
Expand Down

0 comments on commit 3901259

Please sign in to comment.