gpt4 book ai didi

ruby-on-rails-4 - rails 4 中的未知格式

转载 作者:行者123 更新时间:2023-12-04 01:21:03 24 4
gpt4 key购买 nike

我正在使用 rails 4。但我收到了未知的格式错误。你们对我有什么帮助吗。
这是我的 Controller :

class EntriesController < ApplicationController
respond_to :json

def index
respond_with Entry.all
end
end

enter image description here

最佳答案

将此添加到您的路由配置
resources :entries, defaults: { format: 'json' }

关于ruby-on-rails-4 - rails 4 中的未知格式,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23590408/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com