<
FromGitter>
<Blacksmoke16> Main reason it's broken ATM is due to validations
<
FromGitter>
<Blacksmoke16> Didn't get to refactoring that yet so not sure
<
FromGitter>
<drujensen> I’ve tried many many different ideas to remove the `@@validators` class variable
<
FromGitter>
<drujensen> but not smart enough to solve it. :-)
<
FromGitter>
<Blacksmoke16> Issue is it tries to reinitialize the class variable
<
FromGitter>
<Blacksmoke16> So just need a way to declare it once, probably by putting it in the base class vs using the macro in the validations file