gitlab-org--gitlab-foss/app/services/notes
Kamil Trzciński 650f40865e Forbid the use of `#reload` and prefer `#reset`
The `#reload` makes to load all objects into memory,
and the main purpose of `#reload` is to drop the association cache.

The `#reset` seems to solve exactly that case.
2019-04-15 13:05:14 +02:00
..
base_service.rb
build_service.rb
create_service.rb
destroy_service.rb
post_process_service.rb
quick_actions_service.rb
render_service.rb
resolve_service.rb
update_service.rb Forbid the use of `#reload` and prefer `#reset` 2019-04-15 13:05:14 +02:00