template builder adjustments

This commit is contained in:
Alex Turchyn
2023-06-08 00:20:42 +03:00
parent 7ccafa49bf
commit 00e3ee15ef
8 changed files with 102 additions and 34 deletions
+1 -1
View File
@@ -28,7 +28,7 @@
# fk_rails_... (author_id => users.id)
#
class Template < ApplicationRecord
DEFAULT_SUBMITTER_NAME = 'Submitter 1'
DEFAULT_SUBMITTER_NAME = 'First Submitter'
belongs_to :author, class_name: 'User'
belongs_to :account