1
0
Fork 0
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:
Rafael Mendonça França 2014-03-11 19:52:05 -03:00
parent 15f0101545
commit 0fc7ea87da

View file

@ -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.
#