Merge branch 'ThatOtherPerson-unpublished_playable'

This commit is contained in:
Nick Winter 2014-09-19 08:17:41 -07:00
commit 40227e32e5

View file

@ -308,5 +308,8 @@ LevelHandler = class LevelHandler extends Handler
@playCountCache[cacheKey] = data
@sendSuccess res, data
hasAccessToDocument: (req, document, method=null) ->
return true if method is null or method is 'get'
super(req, document, method)
module.exports = new LevelHandler()