instance method
done_unloading
Ruby on Rails 7.1.6
Since v5.2.8.1Signature
done_unloading()
No documentation comment.
Source
# File activesupport/lib/active_support/dependencies/interlock.rb, line 24
def done_unloading
@lock.stop_exclusive(compatible: [:load, :unload])
end
Defined in activesupport/lib/active_support/dependencies/interlock.rb line 24
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::Dependencies::Interlock