Class: AllTriageTeams
- Inherits:
-
Common::Base
- Object
- Common::Base
- AllTriageTeams
- Includes:
- RedisCaching
- Defined in:
- app/models/all_triage_teams.rb
Overview
AllTriageTeams model
Instance Attribute Summary
Attributes inherited from Common::Base
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
18 19 20 |
# File 'app/models/all_triage_teams.rb', line 18 def <=>(other) name <=> other.name end |