app/models/bento_search/results.rb in bento_search-0.8.0 vs app/models/bento_search/results.rb in bento_search-0.9.0
- old
+ new
@@ -57,7 +57,12 @@
end
def failed?
! error.nil?
end
+
+ def inspect
+ "<BentoSearch::Results #{super} #{'FAILED' if self.failed?}>"
+ end
+
end
end