summaryrefslogtreecommitdiff
path: root/app/models/nutrient.rb
diff options
context:
space:
mode:
authorMarius Peter <dev@marius-peter.com>2025-09-04 20:55:03 +0200
committerMarius Peter <dev@marius-peter.com>2025-09-04 20:55:03 +0200
commit8ba568ae0ebe715b5da453681eb141886f1977a8 (patch)
tree3bf3a3d5b41286d0a6da8895857314393bae1db2 /app/models/nutrient.rb
parent8f8cea2a0408918629dc8bab03495530861a71f3 (diff)
Simpler, Better, Faster... StrongerHEADmaster
Start small, address critical customer needs, /then/ scale.
Diffstat (limited to 'app/models/nutrient.rb')
-rw-r--r--app/models/nutrient.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/app/models/nutrient.rb b/app/models/nutrient.rb
deleted file mode 100644
index c584668..0000000
--- a/app/models/nutrient.rb
+++ /dev/null
@@ -1,7 +0,0 @@
-class Nutrient < ApplicationRecord
- validates :formula, presence: true, uniqueness: true
- validates :name, presence: true
-
- before_update { raise ActiveRecord::ReadOnlyRecord }
- before_destroy { raise ActiveRecord::ReadOnlyRecord }
-end
Copyright 2019--2025 Marius PETER