search for: widgcontent

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

Did you mean: widgcontents
2009 Sep 29
0
widgEditor submit problem
...o <%= form_for @person do |f| %> ... <%= f.text_area :content, :class=>''widgEditor'' %> ... <%= f.submit "Submit" %> when I submit the form it does not work because it tries to submit to non existing route like: No route matches "/persons/2/css/widgContent.css" with {:method=>:get} where /persons/2/ is the correct path but somehow it adds /css/widgContents.css ??? Help! cheers -- Posted via http://www.ruby-forum.com/.