app/models/iro/alert.rb in iron_warbler-2.0.7.1 vs app/models/iro/alert.rb in iron_warbler-2.0.7.2
- old
+ new
@@ -1,6 +1,6 @@
-class Iro::Alert < ApplicationRecord
+class Iro::Alert < Iro::ApplicationRecord
self.table_name = 'iro_alerts'
DIRECTION_ABOVE = 'ABOVE'
DIRECTION_BELOW = 'BELOW'
def self.directions_list