New to Tire and trying to figure out how to search a DOB ( Day Of birth ) column in my Profile model.
- Try to build a simple search where I can set the age_from and age_to ( say 20 to 60 )
- How can I do this since I only have a dob field?
- Would it be better to calculate the age upon record creation and store it in a column and add that to my Profile model to clean the searching ?
What would be the best approach on this? thx