gpt4 book ai didi

ruby-on-rails - Rails 未定义方法包括在 `lib` 目录中包含模块时

转载 作者:行者123 更新时间:2023-12-04 06:19:43 25 4
gpt4 key购买 nike

我无法加载我的 PactHelper来 self 的模块 lib目录。

# lib/pact_helper.rb

module PactHelper
def so_something

end
end

# app/controllers/registrations_controller.rb

class RegistrationsController < ApplicationController

include PactHelper

def new
...
end
end

返回 undefined method 'include' for #<RegistrationsController:0x5287cf8>

有人可以向我解释为什么我的模块没有被包含在内吗?

最佳答案

尝试:

require 'pact_helper.rb'

以上:

class RegistrationsController < ApplicationController

在:

registrations_controller.rb

关于ruby-on-rails - Rails 未定义方法包括在 `lib` 目录中包含模块时,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13470756/

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