Use const_undefined to rescue from errors where an unknown to Ruby constant is used for Lego::Value. For example: ``` ruby class Workshop attribute :enabled, Boolean end ```
Use const_undefined to rescue from errors where an unknown to Ruby constant is used for Lego::Value. For example: