I have a list of tabs at the top of my application that I include in a general layout in application.html.erb. They look like this:
You could just do this:
<%= current_page?(:controller => 'your_controller', :action => 'index') ? 'current' : '' %>