diff options
author | Vipul A M <vipulnsward@gmail.com> | 2016-05-02 21:19:30 +0530 |
---|---|---|
committer | Vipul A M <vipulnsward@gmail.com> | 2016-07-09 16:14:15 -0700 |
commit | a101df1a7d75bc6eb13f949312177ae134ed6209 (patch) | |
tree | 32ba6e7834e0c6ea22ba360ccb5350768d68cacc | |
parent | 24f04b665748f3139c504f99b1e936ee44ebc258 (diff) | |
download | rails-a101df1a7d75bc6eb13f949312177ae134ed6209.tar.gz rails-a101df1a7d75bc6eb13f949312177ae134ed6209.tar.bz2 rails-a101df1a7d75bc6eb13f949312177ae134ed6209.zip |
Don't list out tasks as separately that are under lib, which cause them to be listed twice under Libraries and tasks.
We already count and list it under libraries.
Fixes #24811
-rw-r--r-- | railties/lib/rails/tasks/statistics.rake | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/railties/lib/rails/tasks/statistics.rake b/railties/lib/rails/tasks/statistics.rake index 3e40d3b037..931718d42f 100644 --- a/railties/lib/rails/tasks/statistics.rake +++ b/railties/lib/rails/tasks/statistics.rake @@ -10,7 +10,6 @@ STATS_DIRECTORIES = [ %w(Channels app/channels), %w(Javascripts app/assets/javascripts), %w(Libraries lib/), - %w(Tasks lib/tasks), %w(APIs app/apis), %w(Controller\ tests test/controllers), %w(Helper\ tests test/helpers), |