所以我在我的控制器中有这个渲染代码,但现在试图找出我需要用来查看这个json对象的URL。我一直在找文件,但找不到一个
respond_to do |format|
format.html # index.html.erb
format.json { render json: @current_builds_summaries }
end
首先我需要在路线文件中做些什么吗?
我试过了:
http://localhost:3000/current_builds_summaries
答案 0 :(得分:0)
在链接的末尾尝试.js!
Format.json通常映射到该链接结束!
编辑:指向该控制器操作的链接,即。