summaryrefslogtreecommitdiff
path: root/app/models/blob_viewer/base.rb
diff options
context:
space:
mode:
authorDouwe Maan <douwe@selenight.nl>2017-08-03 14:29:35 +0200
committerDouwe Maan <douwe@selenight.nl>2017-08-03 14:29:35 +0200
commitf711b2df8bf02ed10716cdd6292002132413e3d8 (patch)
tree61855bf762b13a6f85aa0ff676f4d2e115ed1329 /app/models/blob_viewer/base.rb
parent2197ee02e95ade455785cc1769bf3a40a082a799 (diff)
downloadgitlab-ce-f711b2df8bf02ed10716cdd6292002132413e3d8.tar.gz
Clean up some backend
Diffstat (limited to 'app/models/blob_viewer/base.rb')
-rw-r--r--app/models/blob_viewer/base.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/blob_viewer/base.rb b/app/models/blob_viewer/base.rb
index 35965d01692..bf3453b3063 100644
--- a/app/models/blob_viewer/base.rb
+++ b/app/models/blob_viewer/base.rb
@@ -82,7 +82,7 @@ module BlobViewer
# format of the blob.
#
# Prefer to implement a client-side viewer, where the JS component loads the
- # binary from `blob_raw_url` and does its own format validation and error
+ # binary from `blob_raw_path` and does its own format validation and error
# rendering, especially for potentially large binary formats.
def render_error
if too_large?