diff options
| author | Jesse Morgan <jesse@jesterpm.net> | 2015-04-04 14:28:52 -0700 | 
|---|---|---|
| committer | Jesse Morgan <jesse@jesterpm.net> | 2015-04-04 14:28:52 -0700 | 
| commit | a0d0803d7145685548e505ab7131895cf501d5cf (patch) | |
| tree | 30e1059d9afa565f4e0c008e574771a106d571dd /app | |
| parent | 40a9e19d173ea71572185b3acab3f4ea52473481 (diff) | |
Removing dead url reference.
Diffstat (limited to 'app')
| -rw-r--r-- | app/views/downloads/index.json.jbuilder | 1 | 
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 | 
