summaryrefslogtreecommitdiff
path: root/app/models/blob_viewer/text_stl.rb
blob: 8184dc0104c8a645a7d15cdd5ef261cbba6b4b6b (plain)
1
2
3
4
5
module BlobViewer
  class TextSTL < BinarySTL
    self.binary = false
  end
end