Skip to content
  • Jan Provaznik's avatar
    Fix boolean casting for nil value · a728f145f08c
    Jan Provaznik authored
    `nil` value is not included in
    `ActiveModel::Type::Boolean::FALSE_VALUES` which caused that in Rails 5
    the boolean_accessor converted `nil` to `true` instead of `false`.
    a728f145f08c