From 7a702681410d17880e7419b6e4e6b3e063328e3f Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 10 Feb 2014 16:10:41 -0500 Subject: DesignDocument: clarify Model2 vs MVC --- docs/DesignDocument.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3-54-g00ecf