update(Request::get()); return Redirect::route('$COLLECTION$.index'); } /** * Remove the specified $RESOURCE$ from storage. * * @param int $id * @return Response */ public function destroy($id) { $MODEL$::destroy($id); return Redirect::route('$COLLECTION$.index'); } }