Displaying 1 result from an estimated 1 matches for "destinationc".
Did you mean:
  destination
  
2012 Sep 22
1
formtastic does not save at all
...astic gem in order to deal with multi-select
dependencies.
<%= semantic_form_for(@give) do |f| %>
  <%= f.inputs do %>
    <%= f.input :departure,
  :collection => Departure.find(:all, :order=>:city).collect{ |c|
[c.city,c.id]},
  :required=>true %>
    <div id="destinationCity">
      <%= render :partial => ''destination''  %>
    </div>
    <div id="airlineCompany">
      <%= render :partial => ''airline''  %>
    </div>
    <div id="flight_name">
      <%= render...