autoload
alec-c4 opened this issue · 2 comments
alec-c4 commented
Hey,
As I know - rails should autoload all classes within the app directory and all sub-directories. What's wrong with AI, why should I to add
config.autoload_paths += Dir.glob("#{config.root}/app/interactions/*")
AaronLasseigne commented
It's possible that this advice is simply out of date. If the line isn't needed then I'm happy to remove that from the README.
alec-c4 commented
@AaronLasseigne it should, but it won't work :( I still need to manually set autoload_path