mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-03-26 10:45:04 -04:00
10 lines
264 B
Plaintext
10 lines
264 B
Plaintext
- content_for :title, "Crop Hierarchy"
|
|
|
|
%p
|
|
This page shows the hierarchical tree of all crops in our
|
|
= succeed "." do
|
|
= link_to "crops database", crops_path
|
|
|
|
- cache cache_key_for(Crop) do
|
|
= render partial: "hierarchy", locals: { display_crops: @crops }
|