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
2009-12-10 11:01:44 -02:00

10 lines
No EOL
371 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