summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2014-02-10 14:08:24 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2014-02-10 14:08:24 -0500
commit09b631258a45b3b3d80ebc8084f81d8e1014b6c6 (patch)
treeb4aceb916fd85193c6c960f108b30d8b8f794ade
parent66e8bf81734e0b2920505ed073097fa8e6c35f06 (diff)
DesignDocument: start adding models
-rw-r--r--docs/DesignDocument.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/DesignDocument.md b/docs/DesignDocument.md
index fdb2a8c..cd3c682 100644
--- a/docs/DesignDocument.md
+++ b/docs/DesignDocument.md
@@ -105,6 +105,15 @@ TODO – Nathaniel write this.
# Design Details
## Class Descriptions and Interactions
+### MODELS
+
+ActiveRecord::Base (abstract)
+ : The abstract model that all other models inherit from.
+
+User
+ : This model represents all types of users; hosts, players, and
+ spectators. These roles are identified by a “role” attribute.
+
### VIEWS
layouts/application.html.erb