Browse Source

Remove trailing whitespaces from app/models/mailer.rb


git-svn-id: http://svn.redmine.org/redmine/trunk@17622 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/4.0.0
Go MAEDA 5 years ago
parent
commit
9ebd94c72e
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      app/models/mailer.rb

+ 1
- 1
app/models/mailer.rb View File

@@ -27,7 +27,7 @@ class Mailer < ActionMailer::Base
include Roadie::Rails::Automatic

# Overrides ActionMailer::Base#process in order to set the recipient as the current user
# and his language as the default locale.
# and his language as the default locale.
# The first argument of all actions of this Mailer must be a User (the recipient),
# otherwise an ArgumentError is raised.
def process(action, *args)

Loading…
Cancel
Save