From 4d90bd02e8603a4061a39fe7985310fdfe61bdb8 Mon Sep 17 00:00:00 2001 From: "yuuji.yaginuma" Date: Thu, 20 Aug 2015 21:46:21 +0900 Subject: fix path of annotations.rake [ci skip] --- railties/lib/rails/source_annotation_extractor.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'railties/lib/rails') 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 rake -T notes and railties/lib/tasks/annotations.rake. +# and friends. See rake -T notes and railties/lib/rails/tasks/annotations.rake. # # Annotation objects are triplets :line, :tag, :text that # represent the line where the annotation lives, its tag, and its text. Note -- cgit v1.2.3