masteringmodernpayments / book

Discussion group for Mastering Modern Payments
https://www.masteringmodernpayments.com
6 stars 2 forks source link

Question regarding autoload_paths #15

Closed rhuppert closed 8 years ago

rhuppert commented 9 years ago

My understanding is in every rails app, all directories under app/ are automatically in both autoload_paths and eager_load_paths, meaning that adding a directory there requires no further actions.

Is it really necessary to modify config.application.rb?

peterkeen commented 8 years ago

I have found it necessary in the past. If it works for you without, great!