gitlab-org--gitlab-foss/app/views/devise/mailer
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
..
_confirmation_instructions_account.html.haml
_confirmation_instructions_account.text.erb
_confirmation_instructions_secondary.html.haml
_confirmation_instructions_secondary.text.erb
confirmation_instructions.html.haml
confirmation_instructions.text.erb
email_changed.html.haml Forbid the use of `#reload` and prefer `#reset` 2019-04-15 13:05:14 +02:00
email_changed.text.erb Forbid the use of `#reload` and prefer `#reset` 2019-04-15 13:05:14 +02:00
password_change.html.haml
password_change.text.erb
reset_password_instructions.html.haml
reset_password_instructions.text.erb
unlock_instructions.html.haml
unlock_instructions.text.erb