Method: HorizontalNavPresenter#horizontal_nav_html
- Defined in:
- app/presenters/horizontal_nav_presenter.rb
#horizontal_nav_html ⇒ Object
8 9 10 11 12 |
# File 'app/presenters/horizontal_nav_presenter.rb', line 8 def horizontal_nav_html ul_tag do nav_lis end.html_safe end |