From 266b1bd9b4acc01cace6ea7cea3e9c29dc4e0e0c Mon Sep 17 00:00:00 2001 From: Bratish Goswami Date: Wed, 8 Jun 2011 22:47:25 +0530 Subject: [PATCH] =?UTF-8?q?Added=20acronym=20and=20reference=20link=20for?= =?UTF-8?q?=20Model=E2=80=93view=E2=80=93controller?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.rdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rdoc b/README.rdoc index 5abc6f927c..7e2d7850c8 100644 --- a/README.rdoc +++ b/README.rdoc @@ -1,7 +1,7 @@ == Welcome to Rails Rails is a web-application framework that includes everything needed to create -database-backed web applications according to the Model-View-Controller pattern. +database-backed web applications according to the {Model-View-Controller (MVC)}[http://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93controller] pattern. Understanding the MVC pattern is key to understanding Rails. MVC divides your application into three layers, each with a specific responsibility.