Hi all.
I'm giving a try to Scorched, I really like his KISS design.
But i'm barely new to Ruby, and there are a bunch of basic things too hard for me. So I ask forgiveness before my question.
I want to put separate controllers at files, and i'm requiring it from main app file, this works fine if this separate controllers comes from and "< Scorched::Controller", but it don't works when I try to make a "< ControllerA" heritage:
NameError: uninitialized constant ControllerA.
This error comes from the ControllerB file, required from main file where ControllerA resides.
What i'm doing wrong?
Thanks!