forest_admin_datasource_customizer 1.16.7 → 1.16.8
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: 83ac1633c45e7ba968fe8fe7a534aeb03e09551f06cf417cb0067546879c7a72
|
|
4
|
+
data.tar.gz: 933efa006b05709ff658fe1460d62be08157e35395203f06eeae7586edd91c6a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 214d356008065be2d53a3a79697836fa30e09214c73157cf422842dd08268c4648bcee855ec3f0c3e18a649b2e175b89f3692f50c02ef8983c356b516c10ec12
|
|
7
|
+
data.tar.gz: 94f65a41866799649356ccd97aa77e861764ecc10ce9ddd61d8e5207bf215e2c0c9ab50f1b8ace090a5d0db95e37136cfa116e10b1f6f7ada80ce624af588b41
|
|
@@ -52,18 +52,6 @@ module ForestAdminDatasourceCustomizer
|
|
|
52
52
|
def hide_collections(*names)
|
|
53
53
|
remove_collection(*names.map(&:to_s))
|
|
54
54
|
end
|
|
55
|
-
|
|
56
|
-
# Use a plugin with the datasource
|
|
57
|
-
# (Keeps existing syntax as it's already clean)
|
|
58
|
-
#
|
|
59
|
-
# @example
|
|
60
|
-
# plugin MyCustomPlugin, option1: 'value'
|
|
61
|
-
#
|
|
62
|
-
# @param plugin_class [Class] plugin class
|
|
63
|
-
# @param options [Hash] plugin options
|
|
64
|
-
def plugin(plugin_class, options = {})
|
|
65
|
-
use(plugin_class, options)
|
|
66
|
-
end
|
|
67
55
|
end
|
|
68
56
|
end
|
|
69
57
|
end
|