use account_id

This commit is contained in:
Pete Matsyburka
2024-08-16 10:58:51 +03:00
parent b8828b503c
commit e2bdb2acee
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -38,8 +38,8 @@
#
class Submitter < ApplicationRecord
belongs_to :submission
belongs_to :account
has_one :template, through: :submission
has_one :account, through: :submission
attribute :values, :string, default: -> { {} }
attribute :preferences, :string, default: -> { {} }