code cleanup: rubocop: fix Lint/IneffectiveAccessModifier in app/models/mailer.rb

git-svn-id: http://svn.redmine.org/redmine/trunk@18778 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA
2019-10-19 13:33:21 +00:00
parent 7738078717
commit b0e28db7c7
2 changed files with 23 additions and 21 deletions

View File

@@ -393,7 +393,6 @@ Lint/IneffectiveAccessModifier:
- 'app/models/attachment.rb'
- 'app/models/issue.rb'
- 'app/models/mail_handler.rb'
- 'app/models/mailer.rb'
- 'app/models/user.rb'
Lint/InterpolationCheck: