Module: Golden::BooleanAccessor

Extended by:
ActiveSupport::Concern
Included in:
ApplicationCalculator, ApplicationContext, ApplicationForm, ApplicationTransformer
Defined in:
lib/golden/attribute_accessors/boolean_accessor.rb

Constant Summary collapse

TRUE_VALUES =
[
  true, 1, '1',
  'true', 'TRUE', 'True', 't', 'T',
  'yes', 'YES', 'Yes', 'y', 'Y'
].freeze