Skip to content

Commit

Permalink
Merge pull request #33 from magnus-thor/heroku_fix_2
Browse files Browse the repository at this point in the history
Heroku fix
  • Loading branch information
Prozak8 committed Nov 14, 2018
2 parents d3ddf02 + d05bc19 commit 0dbbf2e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/mailers/application_mailer.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
class ApplicationMailer < ActionMailer::Base
default from: 'from@example.com'
layout 'mailer'
mail(to: User.email, subject: 'user invite')
end

0 comments on commit 0dbbf2e

Please sign in to comment.