예제 #1
0
 public static void index() {
   List<Time> entities = models.Time.all().fetch();
   render(entities);
 }