From 8aa7fdda2d2ff3e14c7ebe4eaff4a8d5523973bf Mon Sep 17 00:00:00 2001 From: Brenda Wallace Date: Sat, 15 Aug 2020 15:02:23 +1200 Subject: [PATCH] Renaming notifier to new rails 6 style --- app/views/{notifier => notifier_mailer}/_planting.haml | 0 app/views/{notifier => notifier_mailer}/_signature.html.haml | 0 .../{notifier => notifier_mailer}/crop_request_approved.html.haml | 0 .../{notifier => notifier_mailer}/crop_request_rejected.html.haml | 0 .../{notifier => notifier_mailer}/new_crop_request.html.haml | 0 app/views/{notifier => notifier_mailer}/notify.html.haml | 0 .../{notifier => notifier_mailer}/planting_reminder.html.haml | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename app/views/{notifier => notifier_mailer}/_planting.haml (100%) rename app/views/{notifier => notifier_mailer}/_signature.html.haml (100%) rename app/views/{notifier => notifier_mailer}/crop_request_approved.html.haml (100%) rename app/views/{notifier => notifier_mailer}/crop_request_rejected.html.haml (100%) rename app/views/{notifier => notifier_mailer}/new_crop_request.html.haml (100%) rename app/views/{notifier => notifier_mailer}/notify.html.haml (100%) rename app/views/{notifier => notifier_mailer}/planting_reminder.html.haml (100%) diff --git a/app/views/notifier/_planting.haml b/app/views/notifier_mailer/_planting.haml similarity index 100% rename from app/views/notifier/_planting.haml rename to app/views/notifier_mailer/_planting.haml diff --git a/app/views/notifier/_signature.html.haml b/app/views/notifier_mailer/_signature.html.haml similarity index 100% rename from app/views/notifier/_signature.html.haml rename to app/views/notifier_mailer/_signature.html.haml diff --git a/app/views/notifier/crop_request_approved.html.haml b/app/views/notifier_mailer/crop_request_approved.html.haml similarity index 100% rename from app/views/notifier/crop_request_approved.html.haml rename to app/views/notifier_mailer/crop_request_approved.html.haml diff --git a/app/views/notifier/crop_request_rejected.html.haml b/app/views/notifier_mailer/crop_request_rejected.html.haml similarity index 100% rename from app/views/notifier/crop_request_rejected.html.haml rename to app/views/notifier_mailer/crop_request_rejected.html.haml diff --git a/app/views/notifier/new_crop_request.html.haml b/app/views/notifier_mailer/new_crop_request.html.haml similarity index 100% rename from app/views/notifier/new_crop_request.html.haml rename to app/views/notifier_mailer/new_crop_request.html.haml diff --git a/app/views/notifier/notify.html.haml b/app/views/notifier_mailer/notify.html.haml similarity index 100% rename from app/views/notifier/notify.html.haml rename to app/views/notifier_mailer/notify.html.haml diff --git a/app/views/notifier/planting_reminder.html.haml b/app/views/notifier_mailer/planting_reminder.html.haml similarity index 100% rename from app/views/notifier/planting_reminder.html.haml rename to app/views/notifier_mailer/planting_reminder.html.haml