lib/bullet_train/configuration.rb in bullet_train-1.6.18 vs lib/bullet_train/configuration.rb in bullet_train-1.6.19
- old
+ new
@@ -22,10 +22,10 @@
def enable_bulk_invitations
@@config&.enable_bulk_invitations
end
def incoming_webhooks_parent_class_name
- @@config&.incoming_webhooks_parent_class_name
+ @@config&.incoming_webhooks_parent_class_name || "ApplicationRecord"
end
end
end
end