Displaying 1 result from an estimated 1 matches for "update_contract".
Did you mean:
  update_contact
  
2008 Oct 29
0
RJS problem after upgrading to Rails 2.0.2
...g :index, current_contracts_counter %>
          <%= hidden_field_tag :type, ''contract'' %>
          <%= text_field_tag :price, "", { :id =>
"contract_price_override_#{current_contracts_counter}" } %>
         <%= submit_to_remote(''update_contract'', ''Update'', :url => { :action
=> ''price_override'' }, :html => {:style => "width:60px;"}) %>
          <%= hidden_field_tag :contract_index, current_contracts_counter %>
        <%= submit_to_remote(''remove_contr...