diff options
author | Kuldeep Aggarwal <kd.engineer@yahoo.co.in> | 2013-11-17 08:12:20 +0530 |
---|---|---|
committer | Kuldeep Aggarwal <kd.engineer@yahoo.co.in> | 2013-11-17 08:14:13 +0530 |
commit | 4e7d7fc86320ca71ec4e88792d698b757404bee1 (patch) | |
tree | e95b83ef89efe78ac73c13e1d361bcb4929bb253 /railties/lib | |
parent | fa13d8e6d926c601070104c7075be39618280272 (diff) | |
download | rails-4e7d7fc86320ca71ec4e88792d698b757404bee1.tar.gz rails-4e7d7fc86320ca71ec4e88792d698b757404bee1.tar.bz2 rails-4e7d7fc86320ca71ec4e88792d698b757404bee1.zip |
[ci skip]updated documentation: added sass and less extensions
Diffstat (limited to 'railties/lib')
-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 b806b922b7..3cf6a005ea 100644 --- a/railties/lib/rails/source_annotation_extractor.rb +++ b/railties/lib/rails/source_annotation_extractor.rb @@ -67,7 +67,7 @@ class SourceAnnotationExtractor # Returns a hash that maps filenames under +dir+ (recursively) to arrays # with their annotations. Only files with annotations are included. Files # with extension +.builder+, +.rb+, +.erb+, +.haml+, +.slim+, +.css+, - # +.scss+, +.js+, +.coffee+, and +.rake+ + # +.scss+, +.js+, +.coffee+, +.rake+, +.sass+ and +.less+ # are taken into account. def find_in(dir) results = {} |