%= nested_form_for @zone_currency, :url => @form_target, :method => @form_method do |f| %>
<% if @zone_currency.errors.any? %>
<%= pluralize(@zone_currency.errors.count, "error") %> prohibited this form from being saved:
<% @zone_currency.errors.full_messages.each do |msg| %>
- <%= msg %>
<% end %>
<% end %>
<% end %>