module Helper

Public Instance Methods

current_url() click to toggle source
# File lib/navbar_highlighter/helper.rb, line 12
def current_url
  request.original_url
end
navbar_highlighter_tags() click to toggle source