Displaying 1 result from an estimated 1 matches for "questions_awnser".
2006 Apr 26
7
Not updating
...39;edit''
flash[:notice] = "Edit failed"
end
end
Awnser.rhtml
<h1>Awnsering question</h1>
<%= start_form_tag :action => ''update'', :id => @question %>
<p><%= @question.question %></p>
<p><label for="questions_awnser">Awnser</label><br/>
<%= text_area ''questions'', ''awnser'' %></p>
<%= submit_tag ''Awnser'' %>
<%= end_form_tag %>
It flashes that it works but it really dosn''t change the question.awnser
--...