Robostagram / Robotagram

The original game that popped out of the attic !
5 stars 0 forks source link

Split server-side functionality into more relevant Controllers #11

Closed tsimbalar closed 12 years ago

tsimbalar commented 12 years ago

The different features of the application should be split in more controllers to make them easier to manage, instead of one monolithic Application controller.

We would probably have :

Application Controller can be kept for more "cross-cutting" things.

tsimbalar commented 12 years ago

We now have :

I guess this issue can be closed ...