Method: ActiveRecord::ConnectionAdapters::SchemaReflection#size

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

#size(pool) ⇒ Object



69
70
71
# File 'activerecord/lib/active_record/connection_adapters/schema_cache.rb', line 69

def size(pool)
  cache(pool).size
end