Method: ActiveRecord::ConnectionHandling#clear_cache!
- Defined in:
- activerecord/lib/active_record/connection_handling.rb
#clear_cache! ⇒ Object
:nodoc:
372 373 374 |
# File 'activerecord/lib/active_record/connection_handling.rb', line 372 def clear_cache! # :nodoc: connection_pool.schema_cache.clear! end |