aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides
diff options
context:
space:
mode:
authorMike Gunderloy <MikeG1@larkfarm.com>2009-03-14 16:13:47 -0500
committerMike Gunderloy <MikeG1@larkfarm.com>2009-03-14 16:13:47 -0500
commit79f165974f7e304c0a340b5166be8d5a7c79f09b (patch)
treebdac54f4c2672008c9a4f4cfd3cc0e59d8f24248 /railties/guides
parentc50316347b4c2ab39b8be9c588214613820dda86 (diff)
downloadrails-79f165974f7e304c0a340b5166be8d5a7c79f09b.tar.gz
rails-79f165974f7e304c0a340b5166be8d5a7c79f09b.tar.bz2
rails-79f165974f7e304c0a340b5166be8d5a7c79f09b.zip
Mark callbacks guide done
Diffstat (limited to 'railties/guides')
-rw-r--r--railties/guides/source/index.erb.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/index.erb.textile b/railties/guides/source/index.erb.textile
index a12b88c537..f0b666432d 100644
--- a/railties/guides/source/index.erb.textile
+++ b/railties/guides/source/index.erb.textile
@@ -32,7 +32,7 @@ h3. Models
This guide covers how you can use Active Record migrations to alter your database in a structured and organized manner.
<% end %>
-<% guide("Active Record Validations and Callbacks", 'activerecord_validations_callbacks.html', :ticket => 26) do %>
+<% guide("Active Record Validations and Callbacks", 'activerecord_validations_callbacks.html') do %>
This guide covers how you can use Active Record validations and callbacks.
<% end %>