Jorge Fernando Alves Feitoza

Results 2 issues of Jorge Fernando Alves Feitoza

When i have a inherited model and a enum in the superclass, I need to repeat the translation. E.g ``` ruby class Employee enum :foo, [:bar, :baz, :zaz] class Manager...

- Add "void" functionality to `BillPayment`.