gpt4 book ai didi

ruby-on-rails - respond_with 选项

转载 作者:数据小太阳 更新时间:2023-10-29 08:09:55 25 4
gpt4 key购买 nike

我正在阅读 Rails 3 in Action 中的第 13 章,我在 respond_with 方法中使用哈希 :methods => "last_ticket"。但是我不明白这是做什么的,也不知道我在哪里可以找到可以传递给 respond_with 的选项。谁能告诉我在哪里可以找到它?

最佳答案

Responder 的 Ruby API 文档对象解释了您可以传递给 respond_with 的自定义选项。文档摘录:

respond_with also allows you to pass options that are forwarded to the underlying render call. Those options are only applied for success scenarios.

在您的情况下,我相信成功请求的结果将传递给名为“last_ticket”的方法(在同一 Controller 中定义)。本教程向您展示一些实际用途以及 respond_with What's New in Edge Rails: Cleaner RESTful Controllers w/ respond_with 的含义。

希望对你有帮助

关于ruby-on-rails - respond_with 选项,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11890660/

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