mirror of
https://github.com/redmine/redmine.git
synced 2026-01-23 07:53:10 +01:00
6 lines
89 B
Plaintext
6 lines
89 B
Plaintext
|
|
api.array :errors do
|
||
|
|
@error_messages.each do |message|
|
||
|
|
api.error message
|
||
|
|
end
|
||
|
|
end
|