method
clear_cache!
v8.0.0 -
Show latest stable
- Class:
ActiveRecord::ConnectionHandling
clear_cache!()public
No documentation available.
# File activerecord/lib/active_record/connection_handling.rb, line 372
def clear_cache! # :nodoc:
connection_pool.schema_cache.clear!
end