instance method
expire
Ruby on Rails 4.0.13
Since v3.2.22.5 Last seen in v8.0.4Signature
expire()
No documentation comment.
Source
# File activerecord/lib/active_record/connection_adapters/abstract_adapter.rb, line 193
def expire
@in_use = false
end
Defined in activerecord/lib/active_record/connection_adapters/abstract_adapter.rb line 193
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord::ConnectionAdapters::AbstractAdapter