Growstuff/growstuff

View on GitHub
app/views/harvests/_planting.haml

Summary

Maintainability
Test Coverage
- if @harvest.planting.nil? && @matching_plantings && @matching_plantings.any? && @harvest.owner == current_member
  .alert.alert-info{role: "alert"}
    = bootstrap_form_for(@harvest) do |f|
      Is this from one of these plantings?
      - @matching_plantings.each do |planting|
        = f.radio_button :planting_id, planting.id, label: planting
      = f.submit "save", class: 'btn btn-sm'