mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-05-29 11:15:29 -04:00
5 lines
180 B
Plaintext
5 lines
180 B
Plaintext
- if crop.varieties.size.positive?
|
|
- crop.varieties.includes(:varieties).order(:name).each do |v|
|
|
= render 'crops/thumbnail', crop: v
|
|
= render 'crops/varieties', crop: v
|