]> git.openstreetmap.org Git - rails.git/commitdiff
Move html_safe declaration for user_mailer from layout to helper
authorAndy Allan <git@gravitystorm.co.uk>
Wed, 27 Nov 2024 18:04:32 +0000 (18:04 +0000)
committerAndy Allan <git@gravitystorm.co.uk>
Wed, 27 Nov 2024 18:04:32 +0000 (18:04 +0000)
This allows us to enable output safety checks for all code within
erb files.

`rubocop --auto-gen-config` ignores code within the erb files, so
it is easier to maintain an exclusion on the helper than inside
the layout.


No differences found