aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/generator/templates
diff options
context:
space:
mode:
authorJosé Valim <jose.valim@gmail.com>2009-06-16 09:39:36 +0200
committerJosé Valim <jose.valim@gmail.com>2009-06-19 16:10:42 +0200
commit42e51ea9c03cdd4833585239c239c420cf808758 (patch)
treee6df4ea7cd345317465e070a13e1ea21be65618c /railties/lib/generator/templates
parent489f42215223bda3a0a2d8f9b740007a6ee3fc54 (diff)
downloadrails-42e51ea9c03cdd4833585239c239c420cf808758.tar.gz
rails-42e51ea9c03cdd4833585239c239c420cf808758.tar.bz2
rails-42e51ea9c03cdd4833585239c239c420cf808758.zip
More tasks into app generator.
Diffstat (limited to 'railties/lib/generator/templates')
-rw-r--r--railties/lib/generator/templates/app/doc/README_FOR_APP2
1 files changed, 2 insertions, 0 deletions
diff --git a/railties/lib/generator/templates/app/doc/README_FOR_APP b/railties/lib/generator/templates/app/doc/README_FOR_APP
new file mode 100644
index 0000000000..fe41f5cc24
--- /dev/null
+++ b/railties/lib/generator/templates/app/doc/README_FOR_APP
@@ -0,0 +1,2 @@
+Use this README file to introduce your application and point to useful places in the API for learning more.
+Run "rake doc:app" to generate API documentation for your models, controllers, helpers, and libraries.