ActionView::TemplateError (no block given) when using find_all
Posted by
Joel (joelh-website at planetjoel dot com)
on Friday, 11th of June, 2010 - 12:34:47 AM
No block given aye? One of the problems with the magic of rails is that you get very magic error messages back. In my case the fix was to use find(:all) instead of find_all() which has now been deprecated