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 Use `sanitize_name` to sanitize URL in user full name 2019-01-31 16:52:48 +01:00
_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 Replace time_ago_in_words with JS-based one 2018-04-27 08:35:45 +09:00
unlock_instructions.text.erb Replace time_ago_in_words with JS-based one 2018-04-27 08:35:45 +09:00