Add a reopen API call for notes

This commit is contained in:
Tom Hughes 2013-06-10 18:39:52 +01:00
parent eac40b89af
commit d74d4f8d19
8 changed files with 132 additions and 9 deletions

View file

@ -90,6 +90,7 @@ OpenStreetMap::Application.routes.draw do
member do
post 'comment'
post 'close'
post 'reopen'
end
end