Sha256: e7c554b8539e39accc94715f0bc9561c08adb45f4ad7c2f08041d8bc3a18f1fc
Contents?: true
Size: 571 Bytes
Versions: 7
Compression:
Stored size: 571 Bytes
Contents
module SimpleForm # Helpers are made of several helpers that cannot be turned on automatically. # For instance, disabled cannot be turned on automatically, it requires the # user to explicitly pass the option disabled: true so it may work. module Helpers autoload :Autofocus, 'simple_form/helpers/autofocus' autoload :Disabled, 'simple_form/helpers/disabled' autoload :Readonly, 'simple_form/helpers/readonly' autoload :Required, 'simple_form/helpers/required' autoload :Validators, 'simple_form/helpers/validators' end end
Version data entries
7 entries across 7 versions & 1 rubygems