summaryrefslogtreecommitdiff
path: root/app/models
diff options
context:
space:
mode:
authorDavid Gay <david@davidgay.org>2021-04-06 20:01:27 -0400
committerDavid Gay <david@davidgay.org>2021-04-06 20:01:27 -0400
commitbf4912554058164fabd410b3082b6aa53e7ed026 (patch)
tree24548647d3b6de7b7287dbe90958ee3eda9c665d /app/models
parent1d3c909a2fe818935afc7b4b60ea31c2cf3852fd (diff)
PTU frequencies
Diffstat (limited to 'app/models')
-rw-r--r--app/models/ptu_frequency.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/models/ptu_frequency.rb b/app/models/ptu_frequency.rb
new file mode 100644
index 0000000..f7f9f53
--- /dev/null
+++ b/app/models/ptu_frequency.rb
@@ -0,0 +1,3 @@
+class PtuFrequency < ApplicationRecord
+ validates :name, presence: true
+end