pushtype/push_type

View on GitHub
admin/app/views/push_type/fields/_relation.html.haml

Summary

Maintainability
Test Coverage
= f.select field.name, [], field.field_options, field.html_options.merge(data: { options: field.choices.to_json, items: field.json_value }, :'v-selectize' => true, :'selectize-kind' => field.kind)