justincampbell/whipped-cream

View on GitHub
lib/whipped-cream/views/index.erb

Summary

Maintainability
Test Coverage
<% controls.each do |control| %>
  <%= erb control.type, locals: { control: control } %>
  <hr />
<% end %>