Figured I'd reply with what I ended up doing... the simplest way to
get around this issue is to just explicitly define routes for methods
you don't want to fall through to ComatoseController. I tried a couple
different things that ultimately worked, but this method produced the
least amount of code.
-TJ