最佳答案
我有一个带函数的模块,它位于/lib/contact.rb:
module Contact
class << self
def run(current_user)
...
end
end
end
我想访问模块内部的 URL 帮助程序,比如“ users _ path”?