To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / app / views / common / error_messages.api.rsb @ 1591:63650ae64bf2

History | View | Annotate | Download (89 Bytes)

1
api.array :errors do
2
  @error_messages.each do |message|
3
    api.error message
4
  end
5
end