hummingbird-me/kitsu-server

View on GitHub
app/views/rails_admin/main/_form_flags.html.erb

Summary

Maintainability
Test Coverage
<%= form.collection_check_boxes(field.method_name, field.pairs, :last, :first) do |box| %>
  <div class="checkbox">
    <%= box.label do %>
      <%= box.check_box %>
      <%= box.text %>
    <% end %>
  </div>
<% end %>