Class: API::Entities::Ci::JobBasic
- Inherits:
-
Grape::Entity
- Object
- Grape::Entity
- API::Entities::Ci::JobBasic
- Defined in:
- lib/api/entities/ci/job_basic.rb
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#presented ⇒ Object
42 43 44 45 46 47 48 |
# File 'lib/api/entities/ci/job_basic.rb', line 42 def presented # Prevents gitaly N+1 by triggering the Commit.lazy batch loader for # each job before any of them is serialized. object&.commit super end |