diff options
author | Arthur Nogueira Neves <github@arthurnn.com> | 2017-01-03 15:33:49 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-03 15:33:49 -0500 |
commit | bc87cd7f18373c0cde87c088c410fb2bf50969a9 (patch) | |
tree | 356ee5f4b47026d406624483aa153cae19dfef09 /railties/lib/rails | |
parent | a194ec88feef53ce0f2979635328df8d817ffe4d (diff) | |
parent | a101df1a7d75bc6eb13f949312177ae134ed6209 (diff) | |
download | rails-bc87cd7f18373c0cde87c088c410fb2bf50969a9.tar.gz rails-bc87cd7f18373c0cde87c088c410fb2bf50969a9.tar.bz2 rails-bc87cd7f18373c0cde87c088c410fb2bf50969a9.zip |
Merge pull request #24814 from vipulnsward/24811-fix-double-tasks
Don't list out tasks as separately that are under lib, which cause them to be listed twice under Libraries and tasks.
Diffstat (limited to 'railties/lib/rails')
-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 8265aef10b..ba1697186e 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), |