module ActiveRecord::ConnectionHandling

def clear_cache! # :nodoc:

:nodoc:
def clear_cache! # :nodoc:
  connection.schema_cache.clear!
end