diff options
Diffstat (limited to 'app/views/downloads')
| -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 | 
