Method: ActiveRecord::ConnectionAdapters::BoundSchemaReflection#clear_data_source_cache!

Defined in:
activerecord/lib/active_record/connection_adapters/schema_cache.rb

#clear_data_source_cache!(name) ⇒ Object



217
218
219
# File 'activerecord/lib/active_record/connection_adapters/schema_cache.rb', line 217

def clear_data_source_cache!(name)
  @schema_reflection.clear_data_source_cache!(@pool, name)
end