Class: Wee::FormDecoration
- Inherits:
-
WrapperDecoration
- Object
- Presenter
- Decoration
- WrapperDecoration
- Wee::FormDecoration
- Defined in:
- lib/wee/decoration.rb
Overview
class WrapperDecoration
Instance Attribute Summary
Attributes inherited from Decoration
Instance Method Summary collapse
Methods inherited from WrapperDecoration
Methods inherited from Decoration
#backtrack, #global?, #process_callbacks, #render_on, #render_presenter_on
Methods inherited from Presenter
#backtrack, #process_callbacks, #render_on, #renderer_class
Instance Method Details
#render(r) ⇒ Object
221 222 223 |
# File 'lib/wee/decoration.rb', line 221 def render(r) r.form { render_inner(r) } end |