Example #1
0
 public static void done(long id) {
   Item item = Item.findById(id);
   if (item != null) item.delete();
   index();
 }