instance method
reconnect
Ruby on Rails 8.0.4
Since v7.1.6 Private — implementation detail, not part of the public APISignature
reconnect()
No documentation comment.
Source
# File activerecord/lib/active_record/connection_adapters/abstract_adapter.rb, line 1084
def reconnect
raise NotImplementedError
end
Defined in activerecord/lib/active_record/connection_adapters/abstract_adapter.rb line 1084
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord::ConnectionAdapters::AbstractAdapter