Allow user to select actual version of a mod

This commit is contained in:
Andrew Miner
2015-01-22 12:06:47 -08:00
parent 6ef3473534
commit 64b6b97807
10 changed files with 93 additions and 52 deletions
+1 -1
View File
@@ -130,7 +130,7 @@ module.exports = class Mod extends BaseModel
return null # prevent calling `set`
url: ->
return Url.mod modSlug:@slug
return Url.modData modSlug:@slug
# Private Methods ##############################################################################