Class: Whoops::EventGroup
- Inherits:
-
Object
- Object
- Whoops::EventGroup
- Includes:
- FieldNames, Mongoid::Document
- Defined in:
- app/models/whoops/event_group.rb
Class Method Summary collapse
- .identifying_fields ⇒ Object
-
.services ⇒ Object
Sorted set of all applicable namespaces.
Class Method Details
.identifying_fields ⇒ Object
25 26 27 |
# File 'app/models/whoops/event_group.rb', line 25 def self. field_names - ["message", "last_recorded_at"] end |
.services ⇒ Object
Returns sorted set of all applicable namespaces.
30 31 32 |
# File 'app/models/whoops/event_group.rb', line 30 def self.services all.distinct(:service).sort end |