• Jan Provaznik's avatar
    Fix boolean casting for nil value · 884fbf1d
    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`.
    884fbf1d
service.rb 8.57 KB