Skip to content

Instantly share code, notes, and snippets.

@ourmaninamsterdam
Created November 4, 2014 12:08
Show Gist options
  • Save ourmaninamsterdam/8c3d7c4ad5d9a1925d99 to your computer and use it in GitHub Desktop.
Save ourmaninamsterdam/8c3d7c4ad5d9a1925d99 to your computer and use it in GitHub Desktop.
is_active
def is_active?(path)
!!request.url.match(option[:path]) ? " is-active" : ""
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment