module RailsDash module ApplicationHelper def header(new_path=nil) render partial: 'rails_dash/header', locals: { new_path: new_path } end end end