method
add
v8.0.0 -
Show latest stable
- Class:
ActiveRecord::ConnectionAdapters::BoundSchemaReflection
add(name)public
No documentation available.
# File activerecord/lib/active_record/connection_adapters/schema_cache.rb, line 185
def add(name)
@schema_reflection.add(@pool, name)
end