diff options
author | yuuji.yaginuma <yuuji.yaginuma@gmail.com> | 2015-08-20 21:46:21 +0900 |
---|---|---|
committer | yuuji.yaginuma <yuuji.yaginuma@gmail.com> | 2015-08-20 21:46:21 +0900 |
commit | 4d90bd02e8603a4061a39fe7985310fdfe61bdb8 (patch) | |
tree | 0fc0ec2bc566dbda0fb061ca5960d2706cee8a0d | |
parent | 50e4afff209ee6dcb50938b59bff32255a3f543e (diff) | |
download | rails-4d90bd02e8603a4061a39fe7985310fdfe61bdb8.tar.gz rails-4d90bd02e8603a4061a39fe7985310fdfe61bdb8.tar.bz2 rails-4d90bd02e8603a4061a39fe7985310fdfe61bdb8.zip |
fix path of annotations.rake [ci skip]
-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 9b058a1848..8dd87b6cc5 100644 --- a/railties/lib/rails/source_annotation_extractor.rb +++ b/railties/lib/rails/source_annotation_extractor.rb @@ -3,7 +3,7 @@ # rake notes # rake notes:optimize # -# and friends. See <tt>rake -T notes</tt> and <tt>railties/lib/tasks/annotations.rake</tt>. +# and friends. See <tt>rake -T notes</tt> and <tt>railties/lib/rails/tasks/annotations.rake</tt>. # # Annotation objects are triplets <tt>:line</tt>, <tt>:tag</tt>, <tt>:text</tt> that # represent the line where the annotation lives, its tag, and its text. Note |