apotonick / disposable

Decorators on top of your ORM layer.
MIT License
171 stars 39 forks source link

:default doesn't work with :virtual #31

Closed apotonick closed 8 years ago

apotonick commented 8 years ago
property :is_admin, virtual: true, default: "0"

# then:

twin.is_admin #=> Uber::Options::Value