From 12c775f20c6d4d2562c99b503f720466e335e411 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 6 Mar 2005 12:32:02 +0000 Subject: Added app/apis and components to code statistics report #729 [Scott Barron] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@841 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- railties/fresh_rakefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'railties/fresh_rakefile') diff --git a/railties/fresh_rakefile b/railties/fresh_rakefile index 362708a589..833b62974a 100755 --- a/railties/fresh_rakefile +++ b/railties/fresh_rakefile @@ -101,6 +101,8 @@ task :stats do CodeStatistics.new( ["Helpers", "app/helpers"], ["Controllers", "app/controllers"], + ["APIs", "app/apis"], + ["Components", "components"], ["Functionals", "test/functional"], ["Models", "app/models"], ["Units", "test/unit"] -- cgit v1.2.3