NicoEigenmannCW
Results
1
comments of
NicoEigenmannCW
Hi I stumbeld across this issue, while working on a project. I'm currently using this code ```ruby def build_from_hash(value) consantValues = {{classname}}.constants.select{|c| c.to_s == value} raise "Invalid ENUM value #{value}...