Fixed some errors in articles#sync. Show better error messages.

This commit is contained in:
Benjamin Meichsner 2013-04-08 01:00:49 +02:00
parent 53518039f1
commit 13e921a632
4 changed files with 45 additions and 19 deletions

View file

@ -117,6 +117,7 @@ Foodsoft::Application.routes.draw do
get :shared
get :import
post :sync
post :update_synchronized
end
end
end