Growstuff/growstuff

View on GitHub
app/views/crops/_varieties.html.haml

Summary

Maintainability
Test Coverage
- if crop.varieties.size.positive?
  - crop.varieties.includes(:varieties).order(:name).each do |v|
    = render 'crops/thumbnail', crop: v
    = render 'crops/varieties', crop: v