Class: TriageTeam

Inherits:
Common::Base show all
Includes:
RedisCaching
Defined in:
app/models/triage_team.rb

Overview

TriageTeam model

Instance Attribute Summary

Attributes inherited from Common::Base

#errors_hash, #metadata

Instance Method Summary collapse

Methods inherited from Common::Base

#changed, #changed?, #changes, default_sort, filterable_attributes, #initialize, max_per_page, per_page, sortable_attributes

Constructor Details

This class inherits a constructor from Common::Base

Instance Method Details

#<=>(other) ⇒ Object



16
17
18
# File 'app/models/triage_team.rb', line 16

def <=>(other)
  name <=> other.name
end