forest_admin_datasource_active_record 1.12.12 → 1.12.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 493026efdfe6c77b6daca773d94b3716a007ad04faf27ec97cca8da26697da68
|
|
4
|
+
data.tar.gz: 6a68a88d87c12c5fcdf02d6e2433728f1a0946e93cfe16c73815271e339371f9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4b1e31a2ced24eb43f455685a789942858dee3b8218c495c52e2ce9f828f850e9b9a3f93b0c09322801c9d9e34d82be22aa953995fafdc3db89ae7decb14f587
|
|
7
|
+
data.tar.gz: 215151b10c0c08c25b549365246d4fc47cfd985ebfd0724e2a4f8ddc068b51792c683c8f2c52cb05690792c55125ec41bcba5f2cedafed5bfc7af8c23d5f105b
|
|
@@ -18,7 +18,7 @@ module ForestAdminDatasourceActiveRecord
|
|
|
18
18
|
raise ForestAdminDatasourceToolkit::Exceptions::ValidationError, message
|
|
19
19
|
rescue ActiveRecord::RecordInvalid => e
|
|
20
20
|
raise ForestAdminDatasourceToolkit::Exceptions::ValidationError, e.message
|
|
21
|
-
rescue StandardError => e
|
|
21
|
+
rescue StandardError => e
|
|
22
22
|
raise ForestAdminDatasourceToolkit::Exceptions::ValidationError, e.message
|
|
23
23
|
end
|
|
24
24
|
|