Skip to content

Commit

Permalink
Update document_data_dictionary_entry.rb
Browse files Browse the repository at this point in the history
Drop validation on field_type and values
  • Loading branch information
ewlarson committed Jan 17, 2025
1 parent 664bb79 commit 540206b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/document_data_dictionary_entry.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ class DocumentDataDictionaryEntry < ApplicationRecord
belongs_to :document_data_dictionary

# Validations
validates :friendlier_id, :field_name, :field_type, :values, presence: true
validates :friendlier_id, :field_name, presence: true
end

0 comments on commit 540206b

Please sign in to comment.