BigW Consortium Gitlab

binary_stl.rb 177 Bytes
Newer Older
Douwe Maan committed
1 2 3 4 5 6 7
module BlobViewer
  class BinarySTL < Base
    include Rich
    include ClientSide

    self.partial_name = 'stl'
    self.extensions = %w(stl)
8
    self.binary = true
Douwe Maan committed
9 10
  end
end