Method: Lesli::NavigationHelper#navigation_engine_support
- Defined in:
- app/helpers/lesli/navigation_helper.rb
#navigation_engine_support(title: "Support", subtitle: "Support Ticket System") ⇒ Object
07.02 Help engine
228 229 230 231 |
# File 'app/helpers/lesli/navigation_helper.rb', line 228 def (title: "Support", subtitle: "Support Ticket System") return unless defined? LesliSupport (title, subtitle, "support", lesli_support.root_path, controller_path.include?("lesli_support")) end |