Module: BlobViewer::Static

Extended by:
ActiveSupport::Concern
Included in:
CargoToml, Cartfile, Changelog, Contributing, Download, Gemfile, GodepsJson, License, Podfile, Readme, RequirementsTxt, YarnLock
Defined in:
app/models/blob_viewer/static.rb

Instance Method Summary collapse

Instance Method Details

#render_errorObject

We can always render a static viewer, even if the blob is too large.



12
13
14
# File 'app/models/blob_viewer/static.rb', line 12

def render_error
  nil
end