Help with rails validates

Seems to look okay, but maybe try removing “private” from the license_extended? method?

Meant to add: this could be the problem since the Validator object cannot access the method on your model instance, so it’s always returning “false”.