提交 55b01e65 编写于 作者: L Lee Reilly

No example given on how to render JSON data despite the heading 'Rendering XML...

No example given on how to render JSON data despite the heading 'Rendering XML and JSON data'; added relevant code.
上级 d4afde9a
......@@ -368,6 +368,7 @@ class UsersController < ApplicationController
respond_to do |format|
format.html # index.html.erb
format.xml { render :xml => @users}
format.json { render :json => @users}
end
end
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册