コード例 #1
0
ファイル: Application.java プロジェクト: kzhirata/uriage
 public static void index() {
   String account_id = session.get("account_id");
   Account account = Account.findById(new Long(account_id));
   render(account);
 }