Sha256: 217ecea1c23c5ec6f79246336acd30e445e006dcf981747d829d9a8cfe419cf2

Contents?: true

Size: 724 Bytes

Versions: 3

Compression:

Stored size: 724 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-1.0.1 app/views/forms/edit/_form_polymorphic_association.html.haml
basepack-1.0.0 app/views/forms/edit/_form_polymorphic_association.html.haml
basepack-1.0.0.pre.0 app/views/forms/edit/_form_polymorphic_association.html.haml