G5 / storext

Add type-casting and other features on top of ActiveRecord::Store.store_accessor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mutating an array setting using <<

jimmybaker opened this issue · comments

Using << doesn't work. Using = or += does. I just found this strange. This might not be specific to this gem but I thought I would bring it up anyway. Is this expected behavior?

Hmm.. Does it work if you just use plain ActiveRecord::Store?

Closing this. Feel free to open again.