module Admin::NodeHelper

def expanded

def expanded
  show_all? || expanded_rows.include?(@current_node.id)
end