[named_paths in non AR/AC class]

Anyone?

Include the Sidebar into the controller where you need it, or the ApplicationController if you need it across the app. Named routes depend upon the controller state, so you can't easily include them in other classes. You want to do the opposite - include Sidebar into the controller.

- rob