Changes to `raw_size` to take advantage of LFS.

This commit is contained in:
Jacob Schatz 2017-07-28 21:54:06 -04:00
parent 51fcfc7350
commit c18fee9416
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ module RendersBlob
plain: blob.data,
name: blob.name,
extension: blob.extension,
size: blob.size,
size: blob.raw_size,
mime_type: blob.mime_type
}
end