Class: BlobViewer::Changelog
- Defined in:
- app/models/blob_viewer/changelog.rb
Constant Summary
Constants inherited from Base
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods included from Auxiliary
Methods included from Gitlab::Allowable
Methods inherited from Base
auxiliary?, binary?, #binary_detected_after_load?, can_render?, #collapsed?, #initialize, load_async?, loading_partial_path, partial_path, #prepare!, rich?, simple?, text?, #too_large?
Constructor Details
This class inherits a constructor from BlobViewer::Base
Instance Method Details
#render_error ⇒ Object
12 13 14 15 16 |
# File 'app/models/blob_viewer/changelog.rb', line 12 def render_error return if project.repository.tag_count > 0 :no_tags end |