From 84db8024dfe821efefadf77f91922f0944833a40 Mon Sep 17 00:00:00 2001 From: David Gay Date: Tue, 6 Apr 2021 20:11:30 -0400 Subject: PTU action types --- app/models/ptu_action_type.rb | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 app/models/ptu_action_type.rb (limited to 'app') 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 -- cgit v1.2.3