gpt4 book ai didi

ruby-on-rails - Rails 4 在服务对象中包含 Helper

转载 作者:行者123 更新时间:2023-12-03 19:57:16 27 4
gpt4 key购买 nike

我目前正在尝试在服务对象中使用设计助手

class ServiceObject
include Devise::Controllers::Helpers

但我明白了
undefined method `helper_method' for ServiceObject:Class

知道如何在服务对象中使用这样的助手吗?

最佳答案

问题是 helper_method是由 ActionController::Base 定义的方法.因此,包含该模块仅适用于它们的子类。

如果助手已经包含在您的ApplicationController 中你可以简单地使用 ApplicationController.new.method_to_call

关于ruby-on-rails - Rails 4 在服务对象中包含 Helper,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31092368/

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