We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f4038d commit 93f60feCopy full SHA for 93f60fe
1 file changed
app/services/gias/import_schools_and_local_authorities.rb
@@ -23,7 +23,7 @@ def call
23
end
24
import_batch
25
26
- raise ImportFailure, import_errors.map(&:errors) if import_errors.any?
+ raise(ImportFailure, import_errors.map { |x| x.errors.full_messages }) if import_errors.any?
27
28
29
0 commit comments