diff options
author | Ryuta Kamizono <kamipo@gmail.com> | 2018-01-11 04:28:28 +0900 |
---|---|---|
committer | Ryuta Kamizono <kamipo@gmail.com> | 2018-01-11 04:28:28 +0900 |
commit | 412db710dfa6ed84654068576b1841966d7f89b2 (patch) | |
tree | edd43195cf3ccb3f9c9d87a552fdc13f7e3242af /railties/lib/rails/test_help.rb | |
parent | b4f64cb1595f2abd3d7e47805273f4f029718829 (diff) | |
download | rails-412db710dfa6ed84654068576b1841966d7f89b2.tar.gz rails-412db710dfa6ed84654068576b1841966d7f89b2.tar.bz2 rails-412db710dfa6ed84654068576b1841966d7f89b2.zip |
Use `apply_join_dependency` instead of meaningless named `find_with_associations`
`find_with_associations` is meaningless name in this point since it just
contain `construct_join_dependency` and `apply_join_dependency`, does
not contain finding anything.
If `apply_join_dependency` returns `relation` and `join_dependency` then
`find_with_associations` is no longer needed.
Diffstat (limited to 'railties/lib/rails/test_help.rb')
0 files changed, 0 insertions, 0 deletions