lib/picky/indexed/category.rb in picky-1.2.3 vs lib/picky/indexed/category.rb in picky-1.2.4
- old
+ new
@@ -63,10 +63,10 @@
end
# Returns the right index bundle for this token.
#
def bundle_for token
- token.partial? ? partial : exact
+ token.partial?? partial : exact
end
# The partial strategy defines whether to really use the partial index.
#
def partial
\ No newline at end of file