diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-02-10 16:10:41 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-02-10 16:10:41 -0500 |
commit | 7a702681410d17880e7419b6e4e6b3e063328e3f (patch) | |
tree | 2be55d83d74187855629e3937babc42b365ece0a /docs | |
parent | 8e8879d0ccd5ce1de0fd26daab69da2e15e3bb68 (diff) |
DesignDocument: clarify Model2 vs MVC
Diffstat (limited to 'docs')
-rw-r--r-- | docs/DesignDocument.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/DesignDocument.md b/docs/DesignDocument.md index 3580d7d..fc69699 100644 --- a/docs/DesignDocument.md +++ b/docs/DesignDocument.md @@ -32,7 +32,10 @@ TODO Guntas. Email dunsmore and marco about this, then fill it out. ## Design Decisions and Components -Project Leaguer is written on the Ruby on Rails platform and will use the Model 2 (MVC) design pattern/architecture. This architecture is comprised of three interacting components: Controllers, Views, and Models. +Project Leaguer is written on the Ruby on Rails platform and will use +the “Model 2” (often mis-identified as “MVC”) design +pattern/architecture. This architecture is comprised of three +interacting components: Controllers, Views, and Models. Controllers : Requests received by the server are processed by a routing |