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

`default` does not work as expected

ramontayag opened this issue · comments

When default is a symbol or a proc that calls a method on the instance, things do not work as expected. This is probably the case because of the proxy class architecture.