Rails MVC: How to write models
thin views, thin controllers, fat models
How to deal with fat models?
»
More presentations by
Using Exceptions
Andrzej Krzywda on
In a typical MVC application, there is a problem how the communication between the Controller and the Model should look like. This presentation shows how ...