Updated for Rails 2.3.
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<em><%= number_to_currency(rate.amount) %></em>
|
||||
<% end %>
|
||||
|
||||
<% remote_form_for(:rate, :url => formatted_rates_path('js')) do |f| %>
|
||||
<% remote_form_for(:rate, :url => rates_path(:format => 'js')) do |f| %>
|
||||
|
||||
<%= f.text_field :amount %>
|
||||
<%= f.hidden_field :date_in_effect, :value => Date.today.to_s, :id => "" %>
|
||||
|
||||
Reference in New Issue
Block a user