summaryrefslogtreecommitdiff
path: root/app/views/downloads/index.json.jbuilder
diff options
context:
space:
mode:
authorJesse Morgan <jesse@jesterpm.net>2015-04-04 14:28:52 -0700
committerJesse Morgan <jesse@jesterpm.net>2015-04-04 14:28:52 -0700
commita0d0803d7145685548e505ab7131895cf501d5cf (patch)
tree30e1059d9afa565f4e0c008e574771a106d571dd /app/views/downloads/index.json.jbuilder
parent40a9e19d173ea71572185b3acab3f4ea52473481 (diff)
Removing dead url reference.
Diffstat (limited to 'app/views/downloads/index.json.jbuilder')
-rw-r--r--app/views/downloads/index.json.jbuilder1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/views/downloads/index.json.jbuilder b/app/views/downloads/index.json.jbuilder
index 3323b04..9933fd9 100644
--- a/app/views/downloads/index.json.jbuilder
+++ b/app/views/downloads/index.json.jbuilder
@@ -1,4 +1,3 @@
json.array!(@downloads) do |download|
json.extract! download, :id, :name, :filename, :type, :description, :hits
- json.url download_url(download, format: :json)
end