[ci skip] update wiki link for MVC

This commit is contained in:
Aditya Kapoor 2014-06-15 00:03:01 +05:30
parent 2d3cfcc11f
commit 57fe5fd9b8
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
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)
[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