Software Development
Pages
Home
About
Contact
Saturday, December 07, 2013
Including lib directory in the path in Rails 4
1. Add the line:
config
.
autoload_paths
+=
%
W
(#{
config
.
root
}/
lib
)
to application.rb
2. Add your class to lib folder.
Rails 4 will now load the classes in the lib folder.
Newer Post
Older Post
Home