Displaying 1 result from an estimated 1 matches for "current_cart_path".
2010 Apr 14
1
Rails does not display form error message on a custom method
...ages %>
<%= f.text_field :customer_order_number, :label => "Purchase Order
Number" %>
<p>
<%= f.submit ''Complete Order'', :confirm => ''Are you sure?'' %>
<small> or <%= link_to ''cancel'', current_cart_path %></small>
</p>
<% end %>
[/code]
Any idea how I can display the specific error messages?
Thank you in advance! -Tony
--
Posted via http://www.ruby-forum.com/.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" g...