diff options
author | Hongli Lai (Phusion) <hongli@phusion.nl> | 2008-09-12 11:47:19 +0200 |
---|---|---|
committer | Hongli Lai (Phusion) <hongli@phusion.nl> | 2008-09-12 11:47:19 +0200 |
commit | 6160828b041c93a0adde196df0aed42fd070f9b7 (patch) | |
tree | 599d867c726c287414cde5eeb0fd8af9b8d86556 /railties/doc | |
parent | 850daecc58be5be1971234b68f74ba3014733f74 (diff) | |
download | rails-6160828b041c93a0adde196df0aed42fd070f9b7.tar.gz rails-6160828b041c93a0adde196df0aed42fd070f9b7.tar.bz2 rails-6160828b041c93a0adde196df0aed42fd070f9b7.zip |
Add 'Getting Started with Rails' to guides index page.
Diffstat (limited to 'railties/doc')
-rw-r--r-- | railties/doc/guides/index.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/railties/doc/guides/index.txt b/railties/doc/guides/index.txt index 08d9694db8..d4bbfded14 100644 --- a/railties/doc/guides/index.txt +++ b/railties/doc/guides/index.txt @@ -1,6 +1,11 @@ Ruby on Rails guides ==================== +.link:getting_started_with_rails/getting_started_with_rails.html[Getting Started with Rails] +*********************************************************** +TODO: Insert some description here. +*********************************************************** + .link:activerecord/association_basics.html[Active Record Associations] *********************************************************** Introduction to Active Record associations. |