I'd probably attack it at the model level - when you loaded load a row into a model instance, compute a boolean attribute based on the char. Add a getter for the virtual attribute that returns this value, and a setter that updates both the boolean and the underlying char.
|
2 | fixed a minor typo | ||
|
|
||||
|
1 |
|
||
|
I'd probably attack it at the model level - when you loaded a row into a model instance, compute a boolean attribute based on the char. Add a getter for the virtual attribute that returns this value, and a setter that updates both the boolean and the underlying char. |
||||
