nil? I don't know no nil... or maybe I do know nil...

I was on a roll until I started customizing the look of what Rails created for me... I broke something.

########### NoMethodError ###########

You have a nil object when you didn't expect it! You might have expected an instance of Array. The error occurred while evaluating nil.each

It would appear that I'm going about it the wrong way. I think I need to split the actions up into more than one page... any thoughts?

Hi --