aboutsummaryrefslogtreecommitdiffstats
path: root/railties/doc/guides/source
diff options
context:
space:
mode:
Diffstat (limited to 'railties/doc/guides/source')
-rw-r--r--railties/doc/guides/source/index.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/railties/doc/guides/source/index.txt b/railties/doc/guides/source/index.txt
index 9a94b4184b..174267d630 100644
--- a/railties/doc/guides/source/index.txt
+++ b/railties/doc/guides/source/index.txt
@@ -28,6 +28,13 @@ Everything you need to know to install Rails and create your first application.
This guide covers how you can use Active Record migrations to alter your database in a structured and organized manner.
***********************************************************
+.link:activerecord_validations_callbacks.html[Active Record Validations and Callbacks]
+***********************************************************
+CAUTION: link:http://rails.lighthouseapp.com/projects/16213/tickets/26[Lighthouse Ticket]
+
+This guide covers how you can use Active Record validations and callbacks.
+***********************************************************
+
.link:association_basics.html[Active Record Associations]
***********************************************************
This guide covers all the associations provided by Active Record.