app/models/team.rb in bullet_train-1.0.45 vs app/models/team.rb in bullet_train-1.0.46

- old
+ new

@@ -1,7 +1,7 @@ class Team < ApplicationRecord - include Teams::Core - include Webhooks::Outgoing::TeamSupport + include Teams::Base + # include Webhooks::Outgoing::TeamSupport # 🚅 add concerns above. # 🚅 add belongs_to associations above. # 🚅 add has_many associations above.