Skip to content

Instantly share code, notes, and snippets.

@sprite2005
Created July 11, 2009 00:04
Show Gist options
  • Save sprite2005/144920 to your computer and use it in GitHub Desktop.
Save sprite2005/144920 to your computer and use it in GitHub Desktop.
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