class ActiveAdmin::Views::TitleBar

def build_titlebar_right

def build_titlebar_right
  div id: "titlebar_right" do
    build_action_items
  end
end