diff options
Diffstat (limited to 'app/models/blob.rb')
-rw-r--r-- | app/models/blob.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/models/blob.rb b/app/models/blob.rb index 2185233a1ac..5731d38abe4 100644 --- a/app/models/blob.rb +++ b/app/models/blob.rb @@ -27,6 +27,7 @@ class Blob < SimpleDelegator # type. LFS pointers to `.stl` files are assumed to always be the binary kind, # and use the `BinarySTL` viewer. RICH_VIEWERS = [ + BlobViewer::CSV, BlobViewer::Markup, BlobViewer::Notebook, BlobViewer::SVG, |