This is a real ultra newbie question.
I have an age stored in a database.
When I get the age from the database I want to get each individual digit.
Example:
User.age = 25
I want to get the following:
first = 5
second = 2
I can't seem to wrestle this from the data as its a fix num.
Anyone know a clean and simple solution.