diff options
author | Marius Peter <dev@marius-peter.com> | 2025-09-04 20:55:03 +0200 |
---|---|---|
committer | Marius Peter <dev@marius-peter.com> | 2025-09-04 20:55:03 +0200 |
commit | 8ba568ae0ebe715b5da453681eb141886f1977a8 (patch) | |
tree | 3bf3a3d5b41286d0a6da8895857314393bae1db2 /app/models/nutrient_profile.rb | |
parent | 8f8cea2a0408918629dc8bab03495530861a71f3 (diff) |
Start small, address critical customer needs, /then/ scale.
Diffstat (limited to 'app/models/nutrient_profile.rb')
-rw-r--r-- | app/models/nutrient_profile.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/models/nutrient_profile.rb b/app/models/nutrient_profile.rb new file mode 100644 index 0000000..22f2704 --- /dev/null +++ b/app/models/nutrient_profile.rb @@ -0,0 +1,2 @@ +class NutrientProfile < ApplicationRecord +end |