diff options
author | Aditya Kapoor <aditya.kapoor@vinsol.com> | 2014-06-15 00:03:01 +0530 |
---|---|---|
committer | Aditya Kapoor <aditya.kapoor@vinsol.com> | 2014-06-15 00:03:01 +0530 |
commit | 57fe5fd9b8299cd6b8e1a7b8a99e597bf89aa9ae (patch) | |
tree | fc9bc705ad513a45944808bf27ed83b4e77ba869 | |
parent | 2d3cfcc11f33d146fd620da576df0bc51c32afa7 (diff) | |
download | rails-57fe5fd9b8299cd6b8e1a7b8a99e597bf89aa9ae.tar.gz rails-57fe5fd9b8299cd6b8e1a7b8a99e597bf89aa9ae.tar.bz2 rails-57fe5fd9b8299cd6b8e1a7b8a99e597bf89aa9ae.zip |
[ci skip] update wiki link for MVC
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |