Method: Navgate#render_nav
- Defined in:
- lib/navgate.rb
#render_nav(selection, controller, options) ⇒ Object
144 145 146 147 148 149 150 151 152 |
# File 'lib/navgate.rb', line 144 def render_nav selection, controller, split_controller = controller.split('/').last if ignoring.include?(split_controller) nil else nav = nav_cache(split_controller).render_it_with(,selection).html_safe nav end end |