2009-05-18

elz: (ancestor)
[personal profile] elz2009-05-18 08:44 am
Entry tags:

Model-view-controller: what goes where

In a Rails application, most of your code is divided into three main sections: the models, the controllers, and the views. Which code goes where is one of those things that can be a little confusing when you're getting started with Rails.

MVC FTW? )