aboutsummaryrefslogtreecommitdiffstats
path: root/README.rdoc
diff options
context:
space:
mode:
authorBratish Goswami <bratishgoswami@gmail.com>2011-06-08 22:47:25 +0530
committerBratish Goswami <bratishgoswami@gmail.com>2011-06-08 22:47:25 +0530
commit266b1bd9b4acc01cace6ea7cea3e9c29dc4e0e0c (patch)
treeb6d0e20a9935f8dd81e40c3aae25ba7ff82e058d /README.rdoc
parent3dacc8527882689d3ddc2b787de3c71e927400cc (diff)
downloadrails-266b1bd9b4acc01cace6ea7cea3e9c29dc4e0e0c.tar.gz
rails-266b1bd9b4acc01cace6ea7cea3e9c29dc4e0e0c.tar.bz2
rails-266b1bd9b4acc01cace6ea7cea3e9c29dc4e0e0c.zip
Added acronym and reference link for Model–view–controller
Diffstat (limited to 'README.rdoc')
-rw-r--r--README.rdoc2
1 files changed, 1 insertions, 1 deletions
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.