gitlab-org--gitlab-foss/app/views/devise
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
..
confirmations
mailer Forbid the use of #reload and prefer #reset 2019-04-15 13:05:14 +02:00
passwords
registrations
sessions
shared
unlocks