Method: Lesli::NavigationHelper#navigation_engine_focus
- Defined in:
- app/helpers/lesli/navigation_helper.rb
#navigation_engine_focus(title: "Tasks", subtitle: "Task Management") ⇒ Object
03.03 Focus engine
131 132 133 134 |
# File 'app/helpers/lesli/navigation_helper.rb', line 131 def (title: "Tasks", subtitle: "Task Management") return unless defined? CloudFocus (title,subtitle,"focus",cloud_focus.root_path,controller_path.include?("cloud_focus")) end |