Method: Katalyst::Content::FrontendBuilder#render
- Defined in:
- app/helpers/katalyst/content/frontend_helper.rb
#render ⇒ Object
56 57 58 59 60 |
# File 'app/helpers/katalyst/content/frontend_helper.rb', line 56 def render(**, &) content_tag tag, **(**) do content_tag(:div, &) end end |