[getting started] fix weird linebreak when talking about pluralize

This commit is contained in:
Ryan Bigg 2012-05-16 17:51:03 +10:00
parent e91a1a0321
commit 10dfbaa9db

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