summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrewMurrell <amurrel@purdue.edu>2014-02-10 19:51:30 -0500
committerAndrewMurrell <amurrel@purdue.edu>2014-02-10 19:51:30 -0500
commitc2d9786bd9caeadbb1abbd30bcb78c0e48afd030 (patch)
treede7911630ace39a12b01933dd3c273508df0f926
parentd8144070fa0c1a8198b1f594c86662b0d33ba7e0 (diff)
Added Server Model Description.
-rw-r--r--docs/DesignDocument.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/DesignDocument.md b/docs/DesignDocument.md
index 2c5e733..54c6913 100644
--- a/docs/DesignDocument.md
+++ b/docs/DesignDocument.md
@@ -121,7 +121,7 @@ ActiveRecord::Base (abstract)
: The abstract model that all other models inherit from.
Server
- :
+ : Server model providing access to system settings such as Language, Time_Zone, Server_name, Owner_name, and Version.
Tournement
: This model represents the structure of a tournement. It will have several data sections to it including: The match settings, the matches contained inside of the tournement, and the registered players that are participating in the tournement.