Skip to content

Instantly share code, notes, and snippets.

@mynameispj
Created June 1, 2013 06:28
Show Gist options
  • Save mynameispj/5689476 to your computer and use it in GitHub Desktop.
Save mynameispj/5689476 to your computer and use it in GitHub Desktop.
Rails ".active" link method approach
<%= link_to "account stats", account_path, :class => current_page?(:controller => 'experiments') ? 'active':'' %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment