[ci-skip] correct wikipedia MVC link

This commit is contained in:
Aditya Kapoor 2014-06-14 23:34:08 +05:30
parent 69807afdd0
commit 1505f8b692
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
== Welcome to \Rails == Welcome to \Rails
\Rails is a web-application framework that includes everything needed to create \Rails is a web-application framework that includes everything needed to create
database-backed web applications according to the {Model-View-Controller (MVC)}[http://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93controller] pattern. database-backed web applications according to the {Model-View-Controller (MVC)}[http://en.wikipedia.org/wiki/Model-view-controller] pattern.
Understanding the MVC pattern is key to understanding \Rails. MVC divides your application Understanding the MVC pattern is key to understanding \Rails. MVC divides your application
into three layers, each with a specific responsibility. into three layers, each with a specific responsibility.