From 10dfbaa9db6c54e89468a41c24dbbecf58fc430c Mon Sep 17 00:00:00 2001 From: Ryan Bigg Date: Wed, 16 May 2012 17:51:03 +1000 Subject: [getting started] fix weird linebreak when talking about pluralize --- guides/source/getting_started.textile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/guides/source/getting_started.textile b/guides/source/getting_started.textile index 5c418e3af6..aad6a30705 100644 --- a/guides/source/getting_started.textile +++ b/guides/source/getting_started.textile @@ -756,9 +756,8 @@ A few things are going on. We check if there are any errors with +@post.errors.any?+, and in that case we show a list of all errors with +@post.errors.full_messages+. -+pluralize+ is a rails helper -that takes a number and a string as its arguments. If the number is -greater than one, the string will be automatically pluralized. ++pluralize+ is a rails helper that takes a number and a string as its +arguments. If the number is greater than one, the string will be automatically pluralized. The reason why we added +@post = Post.new+ in +posts_controller+ is that otherwise +@post+ would be +nil+ in our view, and calling -- cgit v1.2.3