Module: Html5Validators

Defined in:
lib/html5_validators.rb,
lib/html5_validators/version.rb,
lib/html5_validators/active_record/base.rb,
lib/html5_validators/action_view/form_helpers.rb,
lib/html5_validators/active_model/validations.rb,
lib/html5_validators/active_model/helper_methods.rb

Defined Under Namespace

Modules: ActionViewExtension, ActiveModelExtension, ActiveRecordExtension, DafaultValidationContext Classes: Railtie

Constant Summary collapse

VERSION =
'1.9.0'

Class Attribute Summary collapse

Class Attribute Details

.enabledObject

Returns the value of attribute enabled.



9
10
11
# File 'lib/html5_validators.rb', line 9

def enabled
  @enabled
end