Method: ActiveRecord::ConnectionAdapters::BoundSchemaReflection#size
- Defined in:
- activerecord/lib/active_record/connection_adapters/schema_cache.rb
#size ⇒ Object
213 214 215 |
# File 'activerecord/lib/active_record/connection_adapters/schema_cache.rb', line 213 def size @schema_reflection.size(@pool) end |