Method: Lesli::NavigationHelper#navigation_engine_support

Defined in:
app/helpers/lesli/navigation_helper.rb

07.02 Help engine



228
229
230
231
# File 'app/helpers/lesli/navigation_helper.rb', line 228

def navigation_engine_support(title: "Support", subtitle: "Support Ticket System")
    return unless defined? LesliSupport
    navigation_engine_item(title, subtitle, "support", lesli_support.root_path, controller_path.include?("lesli_support"))
end