diff options
author | gfyoung <gfyoung17+gitlab@gmail.com> | 2018-08-15 21:45:57 +0000 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2018-08-15 21:45:57 +0000 |
commit | 8184ce7fb71c84f2706fc5221cea17a940ebe0eb (patch) | |
tree | 5344d9a51a52cbf0c2a593743445f5271e6e9552 /app/mailers/emails/projects.rb | |
parent | 3a8e1fe9372dca597fee8f69a0ffc9c9780e1cbe (diff) | |
download | gitlab-ce-8184ce7fb71c84f2706fc5221cea17a940ebe0eb.tar.gz |
Enable frozen in app/mailers/**/*.rb
Diffstat (limited to 'app/mailers/emails/projects.rb')
-rw-r--r-- | app/mailers/emails/projects.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/mailers/emails/projects.rb b/app/mailers/emails/projects.rb index 761d873c01c..d7e6c2ba7b2 100644 --- a/app/mailers/emails/projects.rb +++ b/app/mailers/emails/projects.rb @@ -1,3 +1,5 @@ +# frozen_string_literal: true + module Emails module Projects def project_was_moved_email(project_id, user_id, old_path_with_namespace) |