Have you ever encountered a cryptic uninitialized constant issue, where the
module name appears duplicated in the error message:
NameError:
uninitialized constant Education::Engine::Student::Education
Did you mean? Education
For some reason, the module (Education) is being appended to the end of the
constant. We figured that this was