initial commit (rails new sharedlists)

This commit is contained in:
JuliusR 2021-12-18 10:31:37 +01:00
commit 70ebeb473d
93 changed files with 8700 additions and 0 deletions

View file

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