search for: commentsend

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

Did you mean: commented
2010 Oct 14
7
undefined method?
...t) do |format| %> <div class=''commentForm''> <%= format.label :name %><br /> <%= format.text_field :name %><br /> <%= format.label :content %><br /> <%= format.text_area :content %><br /> <div class=''commentSend''> <%= format.submit %> </div> </div> <% end %> ======= I then added into routes.db the following lines: resource :comments map.connect ''/controller1/new'', :controller => ''controller1'', :action => ''n...