Sha256: 005352b2915f313b1f1d466cf827e2b9910ed5231005a2a116d075320e8dacd5
Contents?: true
Size: 472 Bytes
Versions: 5
Compression:
Stored size: 472 Bytes
Contents
module Usman module Admin class DashboardController < Usman::Admin::BaseController # GET /dashboard def index end private def breadcrumbs_configuration { heading: "Usman Dashboard", description: "A Quick view of users and roles", links: [{name: "Dashboard", link: admin_dashboard_path, icon: 'fa-dashboard'}] } end def set_navs set_nav("admin/dashboard") end end end end
Version data entries
5 entries across 5 versions & 1 rubygems