From 37356d165cf661b340eb8e22287d95953b0bdfa8 Mon Sep 17 00:00:00 2001
From: Pratik Naik <pratiknaik@gmail.com>
Date: Tue, 9 Sep 2008 16:04:53 +0100
Subject: Add new guides to index page

---
 railties/doc/guides/index.txt | 10 ++++++++++
 1 file changed, 10 insertions(+)

(limited to 'railties/doc')

diff --git a/railties/doc/guides/index.txt b/railties/doc/guides/index.txt
index 747946a152..d6ccc48434 100644
--- a/railties/doc/guides/index.txt
+++ b/railties/doc/guides/index.txt
@@ -1,11 +1,21 @@
 Ruby on Rails guides
 ====================
 
+.link:activerecord/association_basics.html[Active Record Associations]
+***********************************************************
+Introduction to Active Record associations.
+***********************************************************
+
 .link:migrations/migrations.html[Rails Database Migrations]
 ***********************************************************
 TODO: Insert some description here.
 ***********************************************************
 
+.link:forms/form_helpers.html[Action View Form Helpers]
+***********************************************************
+Guide to using built in Form helpers.
+***********************************************************
+
 .link:testing_rails_applications/testing_rails_applications.html[Testing Rails Applications]
 ***********************************************************
 This is a rather comprehensive guide to doing both unit and functional tests
-- 
cgit v1.2.3