Module: SolidQueueGuard::MissionControl::NavigationExtension Private

Defined in:
lib/solid_queue_guard/mission_control/navigation_extension.rb

This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.

Instance Method Summary collapse

Instance Method Details

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



7
8
9
10
11
# File 'lib/solid_queue_guard/mission_control/navigation_extension.rb', line 7

def navigation_sections
  super.tap do |sections|
    sections[:guard] = ['Guard', guard_dashboard_path]
  end
end