Showing posts with label modules. Show all posts
Showing posts with label modules. Show all posts

Saturday, September 11, 2010

Rails 3 Doesn't Autoload Modules In Lib

Rails 3 doesn’t autoload modules/code in lib by default. To fix it add the following code to your config/application.rb.
config.autoload_paths += %W(#{config.root}/lib)