I have an attribute: ``` ruby attribute :link, Type::Integer ``` I'm trying to remove the value but it keeps the 0 value :( ``` > device.update :link => nil > device.link => 0 ``` Anyway to have a type but to allow nil?
I have an attribute:
I'm trying to remove the value but it keeps the 0 value :(
Anyway to have a type but to allow nil?