Bubbles don't have events anymore

This commit is contained in:
Jose Farias
2024-10-23 18:08:01 -06:00
parent f1d65782d3
commit 11efca5af9
-2
View File
@@ -2,8 +2,6 @@ module Bubble::Eventable
extend ActiveSupport::Concern
included do
has_many :events
after_create -> { track_event :created }
end