Validates_presence_of only checks if the *is* a value, not if that value conforms to any patterns. So as long as you enter a value it will pass the test - or is that the problem?
Validates_presence_of only checks if the *is* a value, not if that value conforms to any patterns. So as long as you enter a value it will pass the test - or is that the problem?