BathHacked/energy-sparks

View on GitHub
app/views/shared/meter_attributes/_print_meter_attribute.html.erb

Summary

Maintainability
Test Coverage
<tr>
  <td><%= print_meter_attribute(meter_attribute) %></td>
  <td>
    <%= yield %>
    <%= render 'shared/meter_attributes/details_table', meter_attribute: meter_attribute %>
  </td>
</tr>