I have an admin with a nav. The nav toggles between different partials.
The nav has several li
's, and when one of them is selected, it gets the .selected
class that makes it highlighed.
Is there anyway to toggle this from the controller? Or any other place that's popular among Rubyists?