Sha256: 5a5936e83856e53e7ac07f0312bf94c57b4e081f2ed8662010f2002017aedc08
Contents?: true
Size: 574 Bytes
Versions: 21
Compression:
Stored size: 574 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
21 entries across 21 versions & 4 rubygems