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

8 lines
262 B
Ruby

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'
end
end