mirror of
https://github.com/heartcombo/simple_form.git
synced 2022-11-09 12:19:26 -05:00
Update Many documentation
This commit is contained in:
parent
15f0101545
commit
0fc7ea87da
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
module SimpleForm
|
||||
module Wrappers
|
||||
# A wrapper is an object that holds several components and render them.
|
||||
# A component may either be a symbol or any object that responds to `render`.
|
||||
# A component may be any object that responds to `render`.
|
||||
# This API allows inputs/components to be easily wrapped, removing the
|
||||
# need to modify the code only to wrap input in an extra tag.
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue