我想从lib/info_test加载我的类fine.rb,但它不起作用。我更改了以下类config/application.rb如下:
config.autoload_paths += %W(#{config.root}/lib)
config.autoload_paths += %W(#{config.root}/lib/info_test)
如果我将课程直接保存在lib文件夹中,它可以工作,但不在lib/info_test 中
我想从lib/info_test加载我的类fine.rb,但它不起作用。我更改了以下类config/application.rb如下:
config.autoload_paths += %W(#{config.root}/lib)
config.autoload_paths += %W(#{config.root}/lib/info_test)
如果我将课程直接保存在lib文件夹中,它可以工作,但不在lib/info_test 中