diff options
author | Dan McGregor <mcgregordan@users.noreply.github.com> | 2019-01-20 11:15:20 +0000 |
---|---|---|
committer | Dan McGregor <mcgregordan@users.noreply.github.com> | 2019-01-20 11:15:20 +0000 |
commit | cc8c72a4bd99e2b751a414f308c4a71c36f34c71 (patch) | |
tree | 59c1d9f7d24e197f334098a8197a1e240da94a93 /railties/lib | |
parent | 31e118c39dc50a5ffeffe2b745a26b4c56651a35 (diff) | |
download | rails-cc8c72a4bd99e2b751a414f308c4a71c36f34c71.tar.gz rails-cc8c72a4bd99e2b751a414f308c4a71c36f34c71.tar.bz2 rails-cc8c72a4bd99e2b751a414f308c4a71c36f34c71.zip |
Report statistics from ActionMailbox
Diffstat (limited to 'railties/lib')
-rw-r--r-- | railties/lib/rails/tasks/statistics.rake | 2 |
1 files changed, 2 insertions, 0 deletions
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), |