Module: ClientSideValidations::Config

Defined in:
lib/client_side_validations/config.rb

Class Attribute Summary collapse

Class Attribute Details

.disabled_validatorsObject

Returns the value of attribute disabled_validators.



6
7
8
# File 'lib/client_side_validations/config.rb', line 6

def disabled_validators
  @disabled_validators
end

.number_format_with_localeObject

Returns the value of attribute number_format_with_locale.



6
7
8
# File 'lib/client_side_validations/config.rb', line 6

def number_format_with_locale
  @number_format_with_locale
end

.root_pathObject

Returns the value of attribute root_path.



6
7
8
# File 'lib/client_side_validations/config.rb', line 6

def root_path
  @root_path
end