initial commit
Some checks failed
CI / scan_ruby (push) Has been cancelled
CI / scan_js (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / test (push) Has been cancelled

https://guides.rubyonrails.org/getting_started.html#creating-a-database-model
This commit is contained in:
Stefan Tollkühn
2025-09-10 15:48:40 +02:00
parent c66813a3cc
commit eb2033a6fd
95 changed files with 2575 additions and 0 deletions

View File

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