LemonTree55
Results
2
comments of
LemonTree55
No, they are not.
`#root_option` is a Model method, so it cannot be used on base types. To handle your case, you should define a model embdedding a single octet string: ```ruby class DelRequest...