mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
refer to rails command instead of rake in doc of SourceAnnotationExtractor
[ci skip]
This commit is contained in:
parent
c73fd517d1
commit
45ecfc082a
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
# Implements the logic behind the rake tasks for annotations like
|
||||
#
|
||||
# rake notes
|
||||
# rake notes:optimize
|
||||
# rails notes
|
||||
# rails notes:optimize
|
||||
#
|
||||
# and friends. See <tt>rake -T notes</tt> and <tt>railties/lib/rails/tasks/annotations.rake</tt>.
|
||||
# and friends. See <tt>rails -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
|
||||
|
|
Loading…
Reference in a new issue