rails init

This commit is contained in:
2016-08-27 15:52:19 -05:00
commit ceb14fc74b
71 changed files with 956 additions and 0 deletions

View File

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