I want to load my class fine.rb from lib/info_test, but it do not work. I changed the following class config/application.rb as follows:
config.autoload_paths += %W(#{config.root}/lib)
config.autoload_paths += %W(#{config.root}/lib/info_test)
If I save my class directly in the folder lib it works, but not in lib/info_test