Bubbles don't have events anymore
This commit is contained in:
@@ -2,8 +2,6 @@ module Bubble::Eventable
|
||||
extend ActiveSupport::Concern
|
||||
|
||||
included do
|
||||
has_many :events
|
||||
|
||||
after_create -> { track_event :created }
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user