class Rackprof::Web
Public Instance Methods
active_class(path)
click to toggle source
# File lib/rackprof/web.rb, line 13 def active_class(path) 'active' if @env['PATH_INFO'] == path end
# File lib/rackprof/web.rb, line 13 def active_class(path) 'active' if @env['PATH_INFO'] == path end