app/models/katello/event.rb in katello-4.13.1 vs app/models/katello/event.rb in katello-4.14.0.rc1
- old
+ new
@@ -1,8 +1,8 @@
module Katello
class Event < Katello::Model
validate :validate_event_type
- # Note: Do not use active record call backs or dependent references on this class
+ # NOTE: Do not use active record call backs or dependent references on this class
# Direct deletes are made in EventQueue#clear_events (instead of destroys).
serialize :metadata, Hash
def validate_event_type