diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2007-06-23 17:35:42 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2007-06-23 17:35:42 +0000 |
commit | 3ae2bf09874294e018b23e89e1ce8278e950bf98 (patch) | |
tree | 8984a0c52efabbb9d98ab091df4c8124a2e75f32 /railties/doc | |
parent | b0391d133af89b14f3318a448dfff27f41e572f2 (diff) | |
download | rails-3ae2bf09874294e018b23e89e1ce8278e950bf98.tar.gz rails-3ae2bf09874294e018b23e89e1ce8278e950bf98.tar.bz2 rails-3ae2bf09874294e018b23e89e1ce8278e950bf98.zip |
Docfixes (closes #7348, #7778, #8669)
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7102 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties/doc')
-rw-r--r-- | railties/doc/README_FOR_APP | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/doc/README_FOR_APP b/railties/doc/README_FOR_APP index ac6c149122..82c7eeba28 100644 --- a/railties/doc/README_FOR_APP +++ b/railties/doc/README_FOR_APP @@ -1,2 +1,2 @@ Use this README file to introduce your application and point to useful places in the API for learning more. -Run "rake appdoc" to generate API documentation for your models and controllers.
\ No newline at end of file +Run "rake doc:app" to generate API documentation for your models and controllers.
\ No newline at end of file |