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/helpers.rb
2011-09-03 12:04:23 +02:00

9 lines
344 B
Ruby

module SimpleForm
module Helpers
autoload :HasErrors, 'simple_form/helpers/has_errors'
autoload :Maxlength, 'simple_form/helpers/maxlength'
autoload :Pattern, 'simple_form/helpers/pattern'
autoload :Validators, 'simple_form/helpers/validators'
autoload :Required, 'simple_form/helpers/required'
end
end