mirror of
https://github.com/heartcombo/simple_form.git
synced 2022-11-09 12:19:26 -05:00
9 lines
342 B
Ruby
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
|