mirror of
https://github.com/beatriceo/polyglot.git
synced 2025-10-22 09:42:11 +00:00
Initial commit with devise template from https://github.com/lewagon/rails-templates
This commit is contained in:
4
app/mailers/application_mailer.rb
Normal file
4
app/mailers/application_mailer.rb
Normal file
@@ -0,0 +1,4 @@
|
||||
class ApplicationMailer < ActionMailer::Base
|
||||
default from: 'from@example.com'
|
||||
layout 'mailer'
|
||||
end
|
Reference in New Issue
Block a user