This method is deprecated or moved on the latest stable version. The last existing version (v7.0.0) is shown here.
strict_loading?()
Returns true if the record is in strict_loading mode.
# File activerecord/lib/active_record/core.rb, line 636 def strict_loading? @strict_loading end