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-12-04 12:15:22 +01:00

9 lines
342 B
Ruby

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