MontrealNewTech/website

View on GitHub
app/assets/javascripts/administrate/components/has_many_form.js

Summary

Maintainability
A
0 mins
Test Coverage
$(function() {
  $(".field-unit--has-many select").selectize({});
  $(".field-unit--belongs-to select").selectize({});
  $("#member_profile_user_id").selectize({});
});