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