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