mirror of
https://github.com/heartcombo/simple_form.git
synced 2022-11-09 12:19:26 -05:00
9 lines
306 B
Ruby
9 lines
306 B
Ruby
module SimpleForm
|
|
module Wrappers
|
|
autoload :Builder, 'simple_form/wrappers/builder'
|
|
autoload :Many, 'simple_form/wrappers/many'
|
|
autoload :Root, 'simple_form/wrappers/root'
|
|
autoload :Single, 'simple_form/wrappers/single'
|
|
autoload :Leaf, 'simple_form/wrappers/leaf'
|
|
end
|
|
end
|