adevfz

Results 1 issues of adevfz

My setup Model.rb ``` enum :o_type, [:ordinary, :straordinary, :warranty] translate_enum :o_type ``` Adding `prefix: true` changes nothing, removing ` translate_enum :o_type` resolves the issue but then I cant use the...