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