Sha256: 8d62486169c21fa0570efcc164f8d8e6ead1ff994917010d9f415339a260f582

Contents?: true

Size: 728 Bytes

Versions: 3

Compression:

Stored size: 728 Bytes

Contents

/TODO
:ruby
  type_collection = field.polymorphic_type_collection
  type_column = field.association[:foreign_type].to_s
  selected_type = field.bindings[:object].send(type_column)
  collection = field.associated_collection(selected_type)
  selected = field.bindings[:object].send(field.association[:name])
  column_type_dom_id = form.dom_id(field).sub(field.method_name.to_s, type_column)

= form.select type_column, type_collection, {:include_blank => true, :selected => selected_type}, :id => column_type_dom_id, :data => { :polymorphic => true, :urls => field.polymorphic_type_urls.to_json }
= form.select field.method_name, collection, {:include_blank => true, :selected => selected.try(:id)}, :style => "margin-left:10px;"

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
basepack-0.2.0 app/views/forms/edit/_form_polymorphic_association.html.haml
basepack-0.1.0 app/views/forms/edit/_form_polymorphic_association.html.haml
basepack-0.0.2 app/views/forms/edit/_form_polymorphic_association.html.haml