rails: autoload files inside engine's lib directory
问题 I am working on this rails application with an engine which is sort of sub application adding some more routes to my existing application. The concept is so powerful, thanks to rails. But I am facing this weird challenge to autoload file changes inside my engines lib directory in development mode. Every time I make a change inside app directory of engine be it model or controller , it works flawlessly, but no changes to any files under lib directory get's picked up. Is there a way I can do