lib/picky/search.rb in picky-4.4.1 vs lib/picky/search.rb in picky-4.4.2
- old
+ new
@@ -225,10 +225,10 @@
tokens
end
# Gets sorted allocations for the tokens.
#
- def sorted_allocations tokens, amount = nil # :nodoc:
+ def sorted_allocations tokens, amount = nil
indexes.prepared_allocations_for tokens, boosts, amount
end
# Display some nice information for the user.
#
\ No newline at end of file