mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
b5fe014fdcc285f3bcb8779c4f7cfbc5a820856f
Conceptually, the lib directory is closer 3rd party libraries
than to the application itself. Thus, Rails adds it to Ruby's
load path ($LOAD_PATH, $:) but it is no longer included in
dependencies' load paths.
To enable autoloading back put this in your config/application.rb
config.load_paths += %W( #{config.root}/lib )
Description
No description provided
Languages
Ruby
97.9%
CSS
1.5%
HTML
0.5%