instance method
add
Ruby on Rails 7.2.3
Since v7.1.6Signature
add(name)
No documentation comment.
Parameters
-
namereq
Source
# File activerecord/lib/active_record/connection_adapters/schema_cache.rb, line 185
def add(name)
@schema_reflection.add(@pool, name)
end
Defined in activerecord/lib/active_record/connection_adapters/schema_cache.rb line 185
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord::ConnectionAdapters::BoundSchemaReflection