gpt4 book ai didi

ruby-on-rails - 将 rails 限制为仅响应 JSON 和 XML 请求

转载 作者:行者123 更新时间:2023-12-04 10:28:24 26 4
gpt4 key购买 nike

有没有办法全局定义一个 rails 应用程序来只提供 json 和 xml 并在任何其他请求上适本地出错?

我认为它与 ApplicationController 中的 before_filter 和 Responds_to 块类似,但就我的调查而言,这就是我的意思。

最佳答案

只需在 Controller 的类级别声明它,使用 respond_to .如果您在 ApplicationController 上执行此操作,它将适用于您的所有 Controller 。

class ApplicationController < ActionController::Base
respond_to :xml, :json

end

另请阅读 ActionController::Responder 类以获得更多选择。

关于ruby-on-rails - 将 rails 限制为仅响应 JSON 和 XML 请求,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8885441/

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