1
0
Fork 0
mirror of https://github.com/heartcombo/simple_form.git synced 2022-11-09 12:19:26 -05:00
heartcombo--simple_form/lib/simple_form/components.rb
2010-01-09 14:34:52 +01:00

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