Many improvements and fixes

This commit is contained in:
2014-07-22 17:37:33 +02:00
parent 8ca59c4e38
commit 3202ba8f19
23 changed files with 75 additions and 61 deletions
@@ -105,7 +105,7 @@ module Suppliers
else
format.html do
@tables = current_supplier.active_tables
render action: "new"
render action: "new"
end
format.json { render json: @list.errors, status: :unprocessable_entity }
end