mirror of
https://github.com/redmine/redmine.git
synced 2025-11-08 14:26:04 +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
|