[LRUG] Embarrassing Newbie question

Roland Swingler roland.swingler at gmail.com
Mon Aug 13 13:27:21 PDT 2007


One thing to bear in mind is that your "cases of more complexity" may
well end up being in the model layer, but not being ActiveRecords -
not all your models need to be persisted. This fits well with the
current view of "Fat Model Skinny Controller" (google for discussion),
whereby the controller is really just allowing consistent,
'resourceful' HTTP access to your application model.

Cheers,
Roland



More information about the Chat mailing list