mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-03-26 02:33:03 -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
|