module Geocoder::Store::ActiveRecord::ClassMethods
def false_condition
Value which can be passed to where() to produce no results.
#
def false_condition using_unextended_sqlite? ? 0 : "false" end
def false_condition using_unextended_sqlite? ? 0 : "false" end