Sha256: 5ce4380317264bf407201127bd3f28c712c2064de96fe3375cad8a028201705c

Contents?: true

Size: 212 Bytes

Versions: 1

Compression:

Stored size: 212 Bytes

Contents

class Iro::Alert < ApplicationRecord
  self.table_name = 'iro_alerts'

  DIRECTION_ABOVE = 'ABOVE'
  DIRECTION_BELOW = 'BELOW'
  def self.directions_list
    [ nil, DIRECTION_ABOVE, DIRECTION_BELOW ]
  end

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
iron_warbler-2.0.7.1 app/models/iro/alert.rb