Sha256: 2ce3e2e954e3325e89aeef8deb2713deca30cfc057359285ce2a7bd17489d289

Contents?: true

Size: 217 Bytes

Versions: 2

Compression:

Stored size: 217 Bytes

Contents

class Iro::Alert < Iro::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

2 entries across 2 versions & 1 rubygems

Version Path
iron_warbler-2.0.7.3 app/models/iro/alert.rb
iron_warbler-2.0.7.2 app/models/iro/alert.rb