4344454647484950
flash.success("event successfully saved!"); list(); } public static void nextEvent() { Event nextEvent = Event.find("date > ? order by date", new Date()).first(); render(nextEvent); }