Is there any command that I can run on rails console in order to get the load-path for a certain app?
I would like to have this in order to put the load-path in my .rsense file so I can have emacs auto-completition and jump-to-definition for my app classes.
I think for rails 2 it was the just called load_paths instead of autoload_paths.