From 8af754e1087d662ab68964aa67685d48b8e7c4fc Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Wed, 10 Oct 2018 08:03:13 +0100 Subject: Run rails new testapp --skip-bundle --- testapp/app/views/layouts/mailer.text.erb | 1 + 1 file changed, 1 insertion(+) create mode 100644 testapp/app/views/layouts/mailer.text.erb (limited to 'testapp/app/views/layouts/mailer.text.erb') diff --git a/testapp/app/views/layouts/mailer.text.erb b/testapp/app/views/layouts/mailer.text.erb new file mode 100644 index 0000000..37f0bdd --- /dev/null +++ b/testapp/app/views/layouts/mailer.text.erb @@ -0,0 +1 @@ +<%= yield %> -- cgit v1.2.3