method
add
v8.1.1 -
Show latest stable
- Class:
ActiveRecord::ConnectionAdapters::SchemaReflection
add(pool, name)public
No documentation available.
# File activerecord/lib/active_record/connection_adapters/schema_cache.rb, line 41
def add(pool, name)
cache(pool).add(pool, name)
end