lib/picky/indexed/wrappers/exact_first.rb in picky-3.0.1 vs lib/picky/indexed/wrappers/exact_first.rb in picky-3.1.0

- old
+ new

@@ -7,10 +7,10 @@ module Wrappers # This index combines an exact and partial index. # It serves to order the results such that exact hits are found first. # - class ExactFirst < Indexed::Bundle::Base + class ExactFirst < Indexed::Bundle delegate :similar, :identifier, :name, :to => :@exact \ No newline at end of file