summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2014-02-10 16:10:41 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2014-02-10 16:10:41 -0500
commit7a702681410d17880e7419b6e4e6b3e063328e3f (patch)
tree2be55d83d74187855629e3937babc42b365ece0a
parent8e8879d0ccd5ce1de0fd26daab69da2e15e3bb68 (diff)
DesignDocument: clarify Model2 vs MVC
-rw-r--r--docs/DesignDocument.md5
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