From 51d533d19411d07f8e6684468b96ea578ccc2d01 Mon Sep 17 00:00:00 2001 From: David Gay Date: Sun, 29 Oct 2023 23:19:12 -0400 Subject: rails new . --css tailwind -d postgresql -a propshaft --skip-jbuilder --- app/views/layouts/mailer.text.erb | 1 + 1 file changed, 1 insertion(+) create mode 100644 app/views/layouts/mailer.text.erb (limited to 'app/views/layouts/mailer.text.erb') diff --git a/app/views/layouts/mailer.text.erb b/app/views/layouts/mailer.text.erb new file mode 100644 index 0000000..37f0bdd --- /dev/null +++ b/app/views/layouts/mailer.text.erb @@ -0,0 +1 @@ +<%= yield %> -- cgit v1.2.3