Method: EasyMenu::Helpers#wrap_content
- Defined in:
- lib/easy_menu_helpers.rb
#wrap_content(content) ⇒ Object
19 20 21 22 23 24 25 |
# File 'lib/easy_menu_helpers.rb', line 19 def wrap_content(content) if (wrapper_element) @template.content_tag wrapper_element, content, else content end end |