DEV Community

Discussion on: How to best organize a Rails app folder?

Collapse
 
ben profile image
Ben Halpern

@andreasklinger We're finally getting around to doing something about this. I've definitely taken to your past comments on this issue but you're welcome to go into it here as well if you like.

Collapse
 
andreasklinger profile image
Andreas Klinger ✌️️

IMHO:

move everything into app/models
use namespaces for each distinct domain logic concept
use the root-module as api for that domain logic concept