Mercurial > hg > soundsoftware-site
view app/views/common/error_messages.api.rsb @ 1306:af51e7e3e846 redmine-2.2-integration
added missing route for authors/show.
author | luisf <luis.figueira@eecs.qmul.ac.uk> |
---|---|
date | Mon, 17 Jun 2013 15:22:19 +0100 |
parents | 433d4f72a19b |
children |
line wrap: on
line source
api.array :errors do @error_messages.each do |message| api.error message end end