Sha256: e7d4523570ac297eeee01e311ed5d9436f7eb8696443d70513f636f291933c0a
Contents?: true
Size: 490 Bytes
Versions: 20
Compression:
Stored size: 490 Bytes
Contents
module Usman class MyAccountController < ApplicationController # GET /dashboard def index end private def breadcrumbs_configuration { heading: "My Account", description: "Manage Account, Profile & Settings", links: [{name: "Dashboard", link: dashboard_path, icon: 'fa-dashboard'}, {name: "My Account", link: "#", icon: 'fa-user'}] } end def set_navs set_nav("usman/my_account") end end end
Version data entries
20 entries across 20 versions & 1 rubygems