Sha256: 52b1c9362f535d9867ecefcc7e604ae117e3463a57e177b29ddd3fd820c16ccf
Contents?: true
Size: 561 Bytes
Versions: 12
Compression:
Stored size: 561 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
12 entries across 12 versions & 3 rubygems