I have a Classroom model, which has an INT field called level. The values for this field can range from 1-7. What I would like to do is translate the integer in that field into a String for display, according to a predetermined legend, such as this:
1 - Basic I
2 - Basic II
3 - Basic III
4 - Intermediate I
etc... What would be the best way of achieving this? Using afterFind()?
Thanks