Mark callbacks guide done

This commit is contained in:
Mike Gunderloy 2009-03-14 16:13:47 -05:00
parent c50316347b
commit 79f165974f

@ -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 %>