diff options
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 |