Skip to content

Instantly share code, notes, and snippets.

@andreaseriksson
Created May 18, 2013 09:20
Show Gist options
  • Save andreaseriksson/5603840 to your computer and use it in GitHub Desktop.
Save andreaseriksson/5603840 to your computer and use it in GitHub Desktop.
RAILS helper is_active
def is_active?(page_name)
"active" if params[:controller] == page_name
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment