search for: customer_state_id

Displaying 1 result from an estimated 1 matches for "customer_state_id".

2007 Aug 20
0
FormBuilder in rjs
...; drop down, re- populating it based on selected state_id: Page: /customer/new.rhtml <% form_for :customer, :url => customers_path do |f| %> State: <%= f.collection_select :state_id, State.find(:all), ''id'', ''description'' %> <%= observe_field :customer_state_id, :url => search_cities_url, :with => ''search[state_id]'' %> <.div id=''state_div''><%= render :partial => ''city/list'', :object => [], :locals => { :f => f } %> <% end %> class CustomerController... def cr...