Method: ActiveRecord::ConnectionAdapters::SchemaReflection#load!

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

#load!(pool) ⇒ Object



27
28
29
30
31
# File 'activerecord/lib/active_record/connection_adapters/schema_cache.rb', line 27

def load!(pool)
  cache(pool)

  self
end