Adding individual statistics/data-dumps

This commit is contained in:
2013-10-02 04:31:10 -07:00
parent 4da2ec9463
commit f11d5ebe1e
9 changed files with 217 additions and 10 deletions

View File

@@ -41,4 +41,8 @@ class DoorLog < ActiveRecord::Base
end
end
def self.key_legend
{'G' => "Granted", "R" => "Read", "D" => "Denied",
'g' => "granted", "r" => "read", "d" => "denied"}
end
end