I'd like one of my AR models to have a subclass. I'd like that subclass to live in a folder that is named the same as the model. For example.
models/person.rb (AR model with behaviour) models/person/processor.rb (class Person::Processor)
Am I right in thinking that this isn't possible? My tests seem to indicate that it isn't.
Chris