Alex Wu

Results 1 comments of Alex Wu

relevant? https://github.com/rails/rails/blob/4-2-stable/activerecord/lib/active_record/attribute_methods/serialization.rb though what happens when you have a flag that is sent and your update doesn't mention that set flag. ```ruby model.flag3 = true model.save model.update(flags: {flag1: true, flag2:...