engine/app/views/admin/custom_fields/types/_has_one.html.haml

3 lines
239 B
Plaintext

= form.input field._alias.to_sym, :label => field.label, :hint => field.hint, :input_html => { :class => 'has_one' }, :as => :select, :collection => options_for_has_one(field), :selected => form.object.send(field._alias.to_sym).try(:_id)