Method: Formotion::Form.build
- Defined in:
- lib/formotion/form/form.rb
.build(&block) ⇒ Object
56 57 58 59 60 |
# File 'lib/formotion/form/form.rb', line 56 def build(&block) form = new block.call(form) form end |
56 57 58 59 60 |
# File 'lib/formotion/form/form.rb', line 56 def build(&block) form = new block.call(form) form end |