// Show the new form in the pop up form. heading = "Create <%= model_class.titleize %>"; bodyContent = "<%%= escape_javascript(render(:partial=>"form")) %>"; showModal(heading, bodyContent); validate<%= model_class %>Form();