search for: _createturing

Displaying 1 result from an estimated 1 matches for "_createturing".

Did you mean: createturing
2007 Dec 27
4
Help With partials
ok i''m having problems moving a piece of code into a partial I have a line in a view: <%= image_tag( createturing ) %> moving to a partial _createturing.rhtml and changing the view to: <div id="turing"><%= render(:partial => "createturing") %></div> gives errors: ActionView::TemplateError (can''t convert nil into String) on line #1 of accounts/_createturing.rhtml: 1: <%= image_tag( createturin...