Module: Shopapp3

Extended by:
ActiveSupport::Concern
Included in:
ShopliftClient
Defined in:
app/controllers/concerns/shopapp3.rb

Instance Method Summary collapse

Instance Method Details



17
18
19
20
21
22
23
24
25
26
27
28
29
30
# File 'app/controllers/concerns/shopapp3.rb', line 17

def sidebar_actions_list
  self.class.sidebar_actions_array || [
    {
      path: '/',
      icon: 'shopapp3/icon-1.svg',
      tooltip: 'Application Home',
    },
    {
      path: 'https://accounts.shoplift.fi',
      icon: 'shopapp3/icon-3.svg',
      tooltip: 'My Account',
    },
  ]
end