mirror of
https://github.com/heartcombo/simple_form.git
synced 2022-11-09 12:19:26 -05:00
10 lines
No EOL
375 B
Ruby
10 lines
No EOL
375 B
Ruby
module SimpleForm
|
|
module Components
|
|
autoload :Base, 'simple_form/components/base'
|
|
autoload :Error, 'simple_form/components/error'
|
|
# autoload :Hint, 'simple_form/components/hint'
|
|
autoload :Input, 'simple_form/components/input'
|
|
# autoload :Label, 'simple_form/components/label'
|
|
autoload :Wrapper, 'simple_form/components/wrapper'
|
|
end
|
|
end |