Class: Iro::Alert
- Inherits:
-
ApplicationRecord
- Object
- ActiveRecord::Base
- ApplicationRecord
- Iro::Alert
- Defined in:
- app/models/iro/alert.rb
Constant Summary collapse
- DIRECTION_ABOVE =
'ABOVE'- DIRECTION_BELOW =
'BELOW'
Class Method Summary collapse
Class Method Details
.directions_list ⇒ Object
7 8 9 |
# File 'app/models/iro/alert.rb', line 7 def self.directions_list [ nil, DIRECTION_ABOVE, DIRECTION_BELOW ] end |