「Ruby/rails/xml」の版間の差分
提供: 初心者エンジニアの簡易メモ
(ページの作成:「==xml出力== user = {"name" => "taro", "age" => "10", "birth" => "1980-10-10"} render :xml => user」) |
(→xml出力) |
||
行1: | 行1: | ||
==xml出力== | ==xml出力== | ||
− | + | result = {status: "ok", notice: "success"} | |
− | render :xml => | + | render :xml => result |
2017年11月9日 (木) 10:41時点における最新版
xml出力
result = {status: "ok", notice: "success"} render :xml => result