diff options
Diffstat (limited to 'docs/DesignDocument.md')
-rw-r--r-- | docs/DesignDocument.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/DesignDocument.md b/docs/DesignDocument.md index e66f473..8401d27 100644 --- a/docs/DesignDocument.md +++ b/docs/DesignDocument.md @@ -37,6 +37,8 @@ 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 subroutine and directed to a controller responsible for handling @@ -110,6 +112,8 @@ Option 3: Use Optical Character Recognition to obtain statistics from score scre ### MODELS +\ + ActiveRecord::Base (abstract) : The abstract model that all other models inherit from. @@ -329,4 +333,4 @@ TODO – I’m working on this – see images.pptx ~ Tomer So am I: ~ Luke -\ +\ |