bullet_train-incoming_webhooks 1.3.14 → 1.3.16
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5d2baa1250e0c858e4a6d583bf26cdecc8e4363d3c5fe12d8b1342b3e63e2413
|
4
|
+
data.tar.gz: 79953f8b25940b0055305eebd480900fefe9a48fc4c0c304b2d0a4fa5bbca4f2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 604f7deb1b9250d4f722753d04caabeb8c5c19f324ff822a9e4c28a6b901c04c299be0a2877f647abc6c477716a6a0d05fe6ab561ceb34de194248cd66a8db33
|
7
|
+
data.tar.gz: 67ada6e31d1ba38e3e66a9e7c62dbb4c915b1a88c4901429dd3c74ff05ebec585be298f02767cbf6ee2f66d1208cd0d48f9fd86494cbbfb969be5a2284e48d91
|
@@ -1,4 +1,4 @@
|
|
1
|
-
class Webhooks::Incoming::BulletTrainWebhook <
|
1
|
+
class Webhooks::Incoming::BulletTrainWebhook < BulletTrain::Configuration.incoming_webhooks_parent_class_name.constantize
|
2
2
|
include Webhooks::Incoming::Webhook
|
3
3
|
include Rails.application.routes.url_helpers
|
4
4
|
|