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? )
( MVC FTW? )