method

done_unloading

rails latest stable - Class: ActiveSupport::Dependencies::Interlock
done_unloading()
public

No documentation available.

# File activesupport/lib/active_support/dependencies/interlock.rb, line 24
      def done_unloading
        @lock.stop_exclusive(compatible: [:load, :unload])
      end