Refactor logs, granularity to one day, with testing

This commit is contained in:
Kyle Drake 2015-04-29 18:18:02 -07:00
parent 434deee366
commit 3bca5e8839
9 changed files with 353 additions and 37 deletions

3
models/stat_path.rb Normal file
View file

@ -0,0 +1,3 @@
class StatPath < Sequel::Model
many_to_one :stat
end