removed extra comma [ci skip]

This commit is contained in:
Kuldeep Aggarwal 2014-01-14 01:18:00 +05:30
parent e0a521cfcd
commit 1ea0ae6637
1 changed files with 1 additions and 1 deletions

View File

@ -674,7 +674,7 @@ module ActionMailer
# For example: # For example:
# #
# class Notifier < ActionMailer::Base # class Notifier < ActionMailer::Base
# default from: 'no-reply@test.lindsaar.net', # default from: 'no-reply@test.lindsaar.net'
# #
# def welcome # def welcome
# mail(to: 'mikel@test.lindsaar.net') # mail(to: 'mikel@test.lindsaar.net')