This commit is contained in:
Toks
2014-05-11 11:27:55 -04:00

View File

@@ -12,7 +12,7 @@ module Iqdb
end
def matches
@matches ||= responses.select {|x| x.is_a?(Iqdb::Responses::Response_200) && x.score >= 90}
@matches ||= responses.select {|x| x.is_a?(Iqdb::Responses::Response_200) && x.score >= 80}
end
def errored?