Exemplo n.º 1
0
 public static void index() {
   String account_id = session.get("account_id");
   Account account = Account.findById(new Long(account_id));
   render(account);
 }