Sha256: e25beecc9c2ae421d3f602b1aa07532f3cf2bbb2a2816feed0e289c309a5e92f
Contents?: true
Size: 248 Bytes
Versions: 29
Compression:
Stored size: 248 Bytes
Contents
# frozen_string_literal: true module SlashAdmin module MenuHelper def menu_entries [ { title: "Dashboard", path: slash_admin.dashboard_path, icon: "icon-home", }, ] end end end
Version data entries
29 entries across 29 versions & 1 rubygems