heartcombo--simple_form/lib/simple_form/wrappers.rb

8 lines
254 B
Ruby
Raw Normal View History

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