Displaying 2 results from an estimated 2 matches for "classified_price".
2008 May 06
2
ActionController::InvalidAuthenticityToken in ClassifiedCon
...<b>Title</b><br>
<input id="classified_title" name="classified[title]" size="30"
type="text" value="<%= @classified.title %>" />
</p>
<p><b>Price</b><br>
<input id="classified_price" name="classified[price]"
size="30" type="text"
value="<%= @classified.price %>" />
</p>
<p><b>description</b><br>
<textarea cols="40" id="classified_description"...
2008 May 09
0
NoMethodError in ClassifiedController#update
...h1>
<%= form_tag :action => ''update'', :id => @classified %>
<p><label for="classified_title">Title</label><br/>
<%= text_field ''classified'', ''title'' %></p>
<p><label for="classified_price">Price</label><br/>
<%= text_field ''classified'', ''price'' %></p>
<p><label for="classified_location">Location</label><br/>
<%= text_field ''classified'', ''location'...