|
|
|
|
|
by nimblegorilla
4476 days ago
|
|
Most developers using this type of architecture are working on projects for clients that wouldn't appreciate having their code slapped up on pingpongwithdhh.com I agree with the article that rails controllers should not contain business logic. I disagree that writing another ORM layer is a good idea. |
|
By rigidly applying an inane rule like "you can only have one line per controller action", you're going to end up just re-implementing controllers, and leaving your controllers doing nothing but pointless indirection.