search for: topics_path

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

2009 Mar 09
4
undefined method `symbol_path'
...t, everything works fine when I use <% form_tag :action => :create do %> . ActionView::TemplateError (undefined method `symbol_path'' for #<ActionView::Base:0xb72a2e40>) on line #3 of topics/new.rhtml: 1: <h1>New Topic</h1> 2: 3: <% form_tag :topic, :url => topics_path do %> 4: <%= render :partial => ''topic_form'', :object => @topic %> 5: <%= check_box_tag :make_standard, :true, @standard%> 6: &nbsp;Fill with standard items<br /><br /> Any clues? CS. Please someone help me with this... My previous pos...