mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Added acronym and reference link for Model–view–controller
This commit is contained in:
parent
3dacc85278
commit
266b1bd9b4
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue