> It would be hard to completely separate the view and controller. Fortifying your point, something I noticed while going over rails documentation:
`The controller and view are handled by the Action Pack, which handles both layers by its two parts: Action View and Action Controller. These two layers are bundled in a single package due to their heavy interdependence. This is unlike the relationship between the Active Record and Action Pack that is much more separate' Joel
