Skip to content

Commit

Permalink
change tmp/downloads to tmp/cache/downloads
Browse files Browse the repository at this point in the history
  • Loading branch information
Darren Hardy committed Nov 12, 2014
1 parent 31b07e6 commit 77f0c72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/geoblacklight/download.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def file_name
end

def file_path
"#{Rails.root}/tmp/downloads/#{file_name}"
"#{Rails.root}/tmp/cache/downloads/#{file_name}"
end

def download_exists?
Expand Down

0 comments on commit 77f0c72

Please sign in to comment.