Clean up templates from a fresh Can't initialize a new Rails application within the directory of another, please change to a non-Rails directory first.
Type 'rails' for help.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
class ApplicationMailer < ActionMailer::Base
|
||||
default from: 'from@example.com'
|
||||
layout 'mailer'
|
||||
default from: "from@example.com"
|
||||
layout "mailer"
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user