| Class | Wee::WrapperDecoration |
| In: |
lib/wee/components/wrapper_decoration.rb
|
| Parent: | Decoration |
| render_presenter_on | -> | render_on |
Overwrite this method, and call render_inner(r) where you want the inner content to be drawn.
# File lib/wee/components/wrapper_decoration.rb, line 12 def render(r) render_inner(r) end