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