bitfield_attribute icon indicating copy to clipboard operation
bitfield_attribute copied to clipboard

Bitfield value object for ActiveModel. No hidden definitions. No callbacks. Magicless.

Results 1 bitfield_attribute issues
Sort by recently updated
recently updated
newest added

Why does accessing `.attributes` freeze the storage? ``` 2.3.3 :013 > u = User.last 2.3.3 :014 > u.header_notify = { comment: false } => {:comment=>false} 2.3.3 :015 > u.header_notify.attributes =>...