From cc8c72a4bd99e2b751a414f308c4a71c36f34c71 Mon Sep 17 00:00:00 2001
From: Dan McGregor <mcgregordan@users.noreply.github.com>
Date: Sun, 20 Jan 2019 11:15:20 +0000
Subject: Report statistics from ActionMailbox

---
 railties/lib/rails/tasks/statistics.rake | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'railties/lib')

diff --git a/railties/lib/rails/tasks/statistics.rake b/railties/lib/rails/tasks/statistics.rake
index 8cacf4a49f..007a30b6ae 100644
--- a/railties/lib/rails/tasks/statistics.rake
+++ b/railties/lib/rails/tasks/statistics.rake
@@ -9,6 +9,7 @@ STATS_DIRECTORIES = [
   %w(Jobs               app/jobs),
   %w(Models             app/models),
   %w(Mailers            app/mailers),
+  %w(Mailboxes          app/mailboxes),
   %w(Channels           app/channels),
   %w(JavaScripts        app/assets/javascripts),
   %w(JavaScript         app/javascript),
@@ -18,6 +19,7 @@ STATS_DIRECTORIES = [
   %w(Helper\ tests      test/helpers),
   %w(Model\ tests       test/models),
   %w(Mailer\ tests      test/mailers),
+  %w(Mailbox\ tests     test/mailboxes),
   %w(Job\ tests         test/jobs),
   %w(Integration\ tests test/integration),
   %w(System\ tests      test/system),
-- 
cgit v1.2.3