Method: Gitlab::Triage::Resource::Shared::Issuable#labels_chronologically
- Defined in:
- lib/gitlab/triage/resource/shared/issuable.rb
#labels_chronologically ⇒ Object
46 47 48 |
# File 'lib/gitlab/triage/resource/shared/issuable.rb', line 46 def labels_chronologically @labels_chronologically ||= labels_with_details.sort_by(&:added_at) end |