Growstuff/growstuff

View on GitHub
app/views/seeds/_descendants.html.haml

Summary

Maintainability
Test Coverage
- if @seed.child_plantings.any?
  %h2 Plants grown from these seeds
  .index-cards
    - seed.child_plantings.each do |planting|
      = render 'plantings/thumbnail', planting: planting