Skip to content
ferti.git
⋮
Summary
Commits
Files
ferti.git
/
test
/
fixtures
/
target_allocations.yml
[Rails] Fertilizer recipe solver for the FAPG.
View raw
1
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
2
3
one:
4
target: one
5
nutrient_profile: one
6
percentage: 9.99
7
8
two:
9
target: two
10
nutrient_profile: two
11
percentage: 9.99
12
Summary
Commits
Files