Sha256: 5c48970e0a8924c61b5181ad6ad745dacdafa6853dd03bbfb909323c191286ef

Contents?: true

Size: 709 Bytes

Versions: 2

Compression:

Stored size: 709 Bytes

Contents

module SimpleFormWithClientValidation
  # 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_with_client_validation/helpers/autofocus'
    autoload :Disabled,     'simple_form_with_client_validation/helpers/disabled'
    autoload :Readonly,     'simple_form_with_client_validation/helpers/readonly'
    autoload :Required,     'simple_form_with_client_validation/helpers/required'
    autoload :Validators,   'simple_form_with_client_validation/helpers/validators'
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
simple_form_with_client_validation-0.0.2 lib/simple_form_with_client_validation/helpers.rb
simple_form_with_client_validation-0.0.0 lib/simple_form_with_client_validation/helpers.rb