File and directory layout below app/models

Hiall,

Is it possible to organize my model files below app/models into
subfolders? E.g. I would like to put admin related models into their
own subfolder. This kind of structuring works for controllers and
views (scaffolding creates the right subfolder-model mappings), but
app/models always stays flat. Iā€™d really like to be able to group my
code into logical, well packages :slight_smile: Yes, I come from the Java world
:slight_smile:

cheers
Martin