Module: BlueberryCMS::MenusHelper
- Defined in:
- app/helpers/blueberry_cms/menus_helper.rb
Instance Method Summary collapse
Instance Method Details
#render_menu(slug) ⇒ Object
3 4 5 6 |
# File 'app/helpers/blueberry_cms/menus_helper.rb', line 3 def (slug) = BlueberryCMS::Menu.find_by(slugs: slug) safe_join((.links)) if .links.any? end |