aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2013-11-17 04:56:00 -0800
committerCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2013-11-17 04:56:00 -0800
commit50b62bce2b2c3f93756b6bc40cc2f0c36cf961bf (patch)
treee95b83ef89efe78ac73c13e1d361bcb4929bb253
parentfa13d8e6d926c601070104c7075be39618280272 (diff)
parent4e7d7fc86320ca71ec4e88792d698b757404bee1 (diff)
downloadrails-50b62bce2b2c3f93756b6bc40cc2f0c36cf961bf.tar.gz
rails-50b62bce2b2c3f93756b6bc40cc2f0c36cf961bf.tar.bz2
rails-50b62bce2b2c3f93756b6bc40cc2f0c36cf961bf.zip
Merge pull request #12921 from kuldeepaggarwal/documentation-updation
[ci skip]updated documentation: added sass and less extensions
-rw-r--r--railties/lib/rails/source_annotation_extractor.rb2
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 = {}