So the stroy is very simple: if I have some groups of models, very closely related to each other within a each group (and not so closely between the groups) I can organize them in modules (so that each group will have its own folder in the models directory and the tables of each group will have a common prefix).
But the question is: is that way readly the Rails way or not?