Skip to content

Commit

Permalink
100% covered (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
dasolyoon authored Nov 4, 2016
1 parent 4f23ffe commit a1cd8ce
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions app/mailers/application_mailer.rb
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
class ApplicationMailer < ActionMailer::Base
default from: "[email protected]"

def email(user)
@user = user
mail(to: @user.email, subject: 'Submit Group Form')
end

layout 'mailer'
end

0 comments on commit a1cd8ce

Please sign in to comment.