Files
growstuff/app
google-labs-jules[bot] c45b75a967 feat: Add nutritional data partial to crops and harvests
This commit introduces a new partial to display nutritional data from the Australian Food Composition Database.

Key changes:
- Adds a database index to the `public_food_key` on the `crops` table.
- Establishes a `has_one` relationship between `Crop` and `AustralianFoodClassificationData`.
- Creates a `_nutritional_data.html.haml` partial to display a summary of key nutritional information.
- Renders the partial on the `show` pages for both crops and harvests.
2025-12-01 12:53:03 +00:00
..
2025-12-01 10:02:23 +00:00
2020-01-10 16:50:52 +13:00
2025-09-01 12:56:22 +00:00
2022-03-30 01:23:11 +10:30