Created
July 11, 2009 00:04
-
-
Save sprite2005/144920 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
title = #{citation.title} | |
title.capitalize! | |
title.sub!(/(:\s*)(\w)/){|s| $1 + $2.capitalize } | |
NoMethodError in Books#show | |
Showing app/views/books/_citation.html.haml where line #6 raised: | |
You have a nil object when you didn't expect it! | |
The error occurred while evaluating nil.capitalize! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment