summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorDavid Gay <david@davidgay.org>2021-04-06 20:11:30 -0400
committerDavid Gay <david@davidgay.org>2021-04-06 20:11:30 -0400
commit84db8024dfe821efefadf77f91922f0944833a40 (patch)
treeb91ba0785f26131eac63512484df664f6f44407a /app
parentbf4912554058164fabd410b3082b6aa53e7ed026 (diff)
PTU action types
Diffstat (limited to 'app')
-rw-r--r--app/models/ptu_action_type.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/models/ptu_action_type.rb b/app/models/ptu_action_type.rb
new file mode 100644
index 0000000..116264b
--- /dev/null
+++ b/app/models/ptu_action_type.rb
@@ -0,0 +1,3 @@
+class PtuActionType < ApplicationRecord
+ validates :name, presence: true
+end