Skip to content

Commit

Permalink
Merge pull request rails#48311 from zzak/am-error-title
Browse files Browse the repository at this point in the history
Fix heading for StrictValidationFailed
  • Loading branch information
zzak committed May 26, 2023
2 parents c49bd00 + 8674d53 commit 6609914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activemodel/lib/active_model/errors.rb
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ def normalize_arguments(attribute, type, **options)
end
end

# = Active \Model \Validator
# = Active \Model \StrictValidationFailed
#
# Raised when a validation cannot be corrected by end users and are considered
# exceptional.
Expand Down

0 comments on commit 6609914

Please sign in to comment.