Open dnrce opened 10 years ago
See config.autoload_paths in application.rb.
config.autoload_paths
application.rb
Moving things under app enables smart autoloading.
app
Here's an excellent article on "decluttering" lib: http://blog.lunarlogic.io/2013/declutter-lib-directory/
lib
See
config.autoload_paths
inapplication.rb
.