ActionView::TemplateError (no block given) when using find_all

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

Leave a Reply

Your email address will not be published. Required fields are marked *