activerecord: Add types for strict_loading#755
Conversation
|
@dak2 Thanks for your contribution! Please follow the instructions below for each change. Available commandsYou can use the following commands by commenting on this PR.
|
|
/merge |
- strict_loading(value = true) - https://api.rubyonrails.org/v6.1.7.3/classes/ActiveRecord/QueryMethods.html#method-i-strict_loading - strict_loading?() - https://api.rubyonrails.org/v6.1.7.3/classes/ActiveRecord/Core.html#method-i-strict_loading-3F - strict_loading!() - https://api.rubyonrails.org/v6.1.7.3/classes/ActiveRecord/Core.html#method-i-strict_loading-21 * Arguments have been added to strict_loading! since 7.0. - up to 6.1 - https://api.rubyonrails.org/v6.1.7.3/classes/ActiveRecord/Core.html#method-i-strict_loading-21 - since 7.0 - https://api.rubyonrails.org/v7.0/classes/ActiveRecord/Core.html#method-i-strict_loading-21 This methods have been added since 6.1. rails/rails#37400
726037e to
4bd699c
Compare
|
/merge |
|
This PR is not approved yet by the reviewers. Please get approval from the reviewers. See the Actions tab for detail. |
|
/merge |
|
Thanks! |

Add types for below three methods.
Arguments have been added to strict_loading! since 7.0.
This methods have been added since 6.1.
rails/rails#37400