diff options
author | Kazimierz Kiełkowicz <kielkowicz.kazimierz@gmail.com> | 2011-12-07 17:30:03 +0100 |
---|---|---|
committer | Kazimierz Kiełkowicz <kielkowicz.kazimierz@gmail.com> | 2011-12-07 17:30:03 +0100 |
commit | 8188d265a1ea8c33cc6b82c2142325d1a0c62d6e (patch) | |
tree | 1609936cbdc6f9b5d47232430f783098eb694b6a | |
parent | 8f61df0bcd0e84f26c6c41b98eeb2f7bb8d5ca4b (diff) | |
download | rails-8188d265a1ea8c33cc6b82c2142325d1a0c62d6e.tar.gz rails-8188d265a1ea8c33cc6b82c2142325d1a0c62d6e.tar.bz2 rails-8188d265a1ea8c33cc6b82c2142325d1a0c62d6e.zip |
Update source_annotation_extractor comment.
-rw-r--r-- | railties/lib/rails/source_annotation_extractor.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/lib/rails/source_annotation_extractor.rb b/railties/lib/rails/source_annotation_extractor.rb index 3705db0a3a..a296473632 100644 --- a/railties/lib/rails/source_annotation_extractor.rb +++ b/railties/lib/rails/source_annotation_extractor.rb @@ -55,7 +55,7 @@ class SourceAnnotationExtractor # Returns a hash that maps filenames under +dir+ (recursively) to arrays # with their annotations. Only files with annotations are included, and only - # those with extension +.builder+, +.rb+, and +.erb+ + # those with extension +.builder+, +.rb+, +.erb+, +.haml+ and +.slim+ # are taken into account. def find_in(dir) results = {} |