]> gitweb.mndrdr.org Git - arelpe.git/commit
Added welcome emails for paying members
authorAidan Cornelius-Bell <[email protected]>
Wed, 9 Oct 2024 22:44:33 +0000 (09:14 +1030)
committerAidan Cornelius-Bell <[email protected]>
Wed, 9 Oct 2024 22:44:33 +0000 (09:14 +1030)
commit194ce0af49a7661f270f5ed917d195e780b24979
tree1b8d74f0d9371d51902cafb9e63944e7dbb28f96
parent1f33b1d5d60ee29d63fe2af15098f6a7a93e2fb0
Added welcome emails for paying members
app/controllers/subscriptions_controller.rb
app/mailers/subscription_mailer.rb [new file with mode: 0644]
app/views/subscription_mailer/confirmation_email.html.erb [new file with mode: 0644]
app/views/subscriptions/new.html.erb
test/mailers/previews/subscription_mailer_preview.rb [new file with mode: 0644]
test/mailers/subscription_mailer_test.rb [new file with mode: 0644]