app/mailers/heya/application_mailer.rb in heya-0.0.1 vs app/mailers/heya/application_mailer.rb in heya-0.1.0

- old
+ new

@@ -1,6 +1,4 @@ module Heya class ApplicationMailer < ActionMailer::Base - default from: 'from@example.com' - layout 'mailer' end end