Calculate age from a date of birth in Ruby on Rails
In my use case, I have to validate age from a date of birth in the model. The date of birth can be either a string or a date object. As I think the calculation will be used in more than one place it would be great to have a class located inside lib ....
sinn.hashnode.dev1 min read