Skip to content

Commit

Permalink
Merge pull request #944 from PlanoramaEvents/staging
Browse files Browse the repository at this point in the history
3.2.1 merge into dev
  • Loading branch information
balen authored Feb 9, 2024
2 parents 18b3e85 + 133ca76 commit c2fc05c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/survey/submission.rb
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@ class Survey::Submission < ApplicationRecord

enum submission_state: { draft: 'draft', submitted: 'submitted' }

validates_with CheckUniqueSubmission
# validates_with CheckUniqueSubmission
end

0 comments on commit c2fc05c

Please sign in to comment.