From a99417be2d28a703e9ffc45503d48dbdbfb1e1ef Mon Sep 17 00:00:00 2001 From: Ryan Bigg Date: Thu, 17 May 2012 19:11:47 +1000 Subject: [getting started] dabase -> database --- guides/source/getting_started.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guides') diff --git a/guides/source/getting_started.textile b/guides/source/getting_started.textile index 6051b43bd3..457d0caa9d 100644 --- a/guides/source/getting_started.textile +++ b/guides/source/getting_started.textile @@ -1098,7 +1098,7 @@ end You can call +destroy+ on Active Record objects when you want to delete -them from the dabase. Note that we don't need to add a view for this +them from the database. Note that we don't need to add a view for this action since we're redirecting to the +index+ action. Finally, add a 'destroy' link to your +index+ action to wrap everything -- cgit v1.2.3