Do not use inherited constants to fix NoMethodError
There was an error with Ruby `const_get` behaviour and the load order of the ruby files which was causing the application logic to use the wrong class. This commit fixes this issue.
Showing
Please register or sign in to comment