Sha256: 09f983640d2e7a38a183a54597923a780784197e8576fb94441900e7fa417980
Contents?: true
Size: 515 Bytes
Versions: 5
Compression:
Stored size: 515 Bytes
Contents
class Dashboard::ApplicationController < Faalis::Dashboard::ApplicationController def setup_sidebar @sidebar = sidebar(t('faaalis.engine_name')) do |s| s.faalis_entries # Put your sidebar entries in here like this: # # s.menu(title, icon: 'fa fa-book') do # s.item(title, # url: main_app.dashboard_books_path, # model: 'Book') # end # # For more information take a look at `sidebar` section of Faalis guides. end end end
Version data entries
5 entries across 2 versions & 1 rubygems