Attribute defaults were broken by the change to attribute initialization
and typecasting.
This pulls over the active_attr attribute defaults, and fixes them to
work with the way active_remote is doing attribute initialization and
typecasting.
We could probably monkeypatch this in but I thought this approach
was cleaner. Let me know what you think.
Attribute defaults were broken by the change to attribute initialization and typecasting.
This pulls over the active_attr attribute defaults, and fixes them to work with the way active_remote is doing attribute initialization and typecasting.
We could probably monkeypatch this in but I thought this approach was cleaner. Let me know what you think.