From 09b631258a45b3b3d80ebc8084f81d8e1014b6c6 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 10 Feb 2014 14:08:24 -0500 Subject: DesignDocument: start adding models --- docs/DesignDocument.md | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'docs') 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 -- cgit v1.2.3-54-g00ecf