search for: classified_description

Displaying 2 results from an estimated 2 matches for "classified_description".

2008 May 06
2
ActionController::InvalidAuthenticityToken in ClassifiedCon
...;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" name="classified[description]" rows="20" wrap="virtual"> <%= @classified.description %> </textarea> </p> <p><b>location</b><br> <input id="classified_location" name="...
2008 May 09
0
NoMethodError in ClassifiedController#update
...ext_field ''classified'', ''price'' %></p> <p><label for="classified_location">Location</label><br/> <%= text_field ''classified'', ''location'' %></p> <p><label for="classified_description">Description</label><br/> <%= text_area ''classified'', ''description'' %></p> <p><label for="classified_category">Category</label><br /> <%= collection_select(:classified, :category_id, @categories...