Yanying Wang

Results 2 comments of Yanying Wang

'require' works. And also, if code is like this `requires :text, AlphaNumeric.validation :true`, everything will be OK. I'll post my test case ASAP.

As a workaround, I have to call `AlphaNumeric` before code `requires :text, alpha_numeric: true` to make sure `AlphaNumeric` class auto loaded.