engine/app/views/locomotive/custom_fields/types/_belongs_to.html.haml

6 lines
181 B
Plaintext

= f.input :"#{name}_id",
:label => field.label,
:hint => field.hint,
:as => :select,
:collection => options_for_belongs_to_custom_field(field.class_name)