Method: Lesli::NavigationHelper#navigation_engine_papers
- Defined in:
- app/helpers/lesli/navigation_helper.rb
#navigation_engine_papers(title: "Papers", subtitle: "Smart Document Management") ⇒ Object
03.12 Papers engine
185 186 187 188 |
# File 'app/helpers/lesli/navigation_helper.rb', line 185 def (title: "Papers", subtitle: "Smart Document Management") return unless defined? LesliPapers (title,subtitle,"papers",lesli_papers.root_path,controller_path.include?("lesli_papers")) end |