summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/models/ptu_type.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/models/ptu_type.rb b/app/models/ptu_type.rb
new file mode 100644
index 0000000..52a2e99
--- /dev/null
+++ b/app/models/ptu_type.rb
@@ -0,0 +1,3 @@
+class PtuType < ApplicationRecord
+ validates :name, presence: true
+end