module Resque::ServerHelper

def class_if_current(path = '')

def class_if_current(path = '')
  'class="current"' if current_page[0, path.size] == path
end