Module: ActiverecordHstoreBoolean

Extended by:
ActiveSupport::Concern
Defined in:
lib/activerecord_hstore_boolean.rb,
lib/activerecord_hstore_boolean/version.rb

Defined Under Namespace

Modules: ClassMethods

Constant Summary collapse

TRUE_VALUES =
[true, 1, '1', 't', 'T', 'y', 'Y', 'yes', 'YES', 'true', 'TRUE']
STORED_TRUE_VALUE =
'true'
STORED_FALSE_VALUE =
'false'
VERSION =
"0.0.2"