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/wrappers.rb

8 lines
262 B
Ruby
Raw Normal View History

2011-09-02 14:33:03 -04:00
module SimpleForm
module Wrappers
2011-09-03 04:33:57 -04:00
autoload :Builder, 'simple_form/wrappers/builder'
2011-09-02 14:33:03 -04:00
autoload :Many, 'simple_form/wrappers/many'
autoload :Root, 'simple_form/wrappers/root'
autoload :Single, 'simple_form/wrappers/single'
end
end