motor-admin 0.4.34 → 0.4.36
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 +4 -4
- data/lib/motor/active_record_utils/active_record_filter.rb +1 -1
- data/lib/motor/version.rb +1 -1
- data/ui/dist/{main-60caa963812c952cdd66.css.gz → main-80d74c436259f27b98fb.css.gz} +0 -0
- data/ui/dist/main-80d74c436259f27b98fb.js.gz +0 -0
- data/ui/dist/manifest.json +5 -5
- metadata +4 -4
- data/ui/dist/main-60caa963812c952cdd66.js.gz +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4bb96da7733df193ba6b2bf56714b40a6a4a6677bf4df6e625379a6d8a04aa82
|
4
|
+
data.tar.gz: 9e5f52535d48c917e9595a3a22a361ae06b598640828b6b4b3f49252aea63697
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5e3b032bfb4526ca1270b3be32359e0986c9c828bab7083e0ab01330a90f48a4093a69900213b93da503e358274493bcef8aed4dd9bdecd0aa08efea659190c1
|
7
|
+
data.tar.gz: 7abc61c27d176cb45334e3e091f9f827166cf85bbb69d2ad68cfed18e5e470ea467b59f2296e4aaf528c1d06d740cebeea1ea63776e43e3333c02fa79f69679a
|
@@ -97,7 +97,7 @@ module ActiveRecord
|
|
97
97
|
relations << js
|
98
98
|
end
|
99
99
|
end
|
100
|
-
elsif reflection = klass._reflections[key.to_s]
|
100
|
+
elsif reflection = klass._reflections[key.to_s] || klass._reflections[key.to_sym]
|
101
101
|
if value.is_a?(Hash)
|
102
102
|
relations <<
|
103
103
|
if reflection.polymorphic?
|
data/lib/motor/version.rb
CHANGED
Binary file
|
Binary file
|
data/ui/dist/manifest.json
CHANGED
@@ -3964,9 +3964,9 @@
|
|
3964
3964
|
"images/layers-2x.png": "images/layers-2x.png",
|
3965
3965
|
"images/layers.png": "images/layers.png",
|
3966
3966
|
"images/marker-icon.png": "images/marker-icon.png",
|
3967
|
-
"main-
|
3968
|
-
"main-
|
3969
|
-
"main-
|
3970
|
-
"main.css": "main-
|
3971
|
-
"main.js": "main-
|
3967
|
+
"main-80d74c436259f27b98fb.css.gz": "main-80d74c436259f27b98fb.css.gz",
|
3968
|
+
"main-80d74c436259f27b98fb.js.LICENSE.txt": "main-80d74c436259f27b98fb.js.LICENSE.txt",
|
3969
|
+
"main-80d74c436259f27b98fb.js.gz": "main-80d74c436259f27b98fb.js.gz",
|
3970
|
+
"main.css": "main-80d74c436259f27b98fb.css",
|
3971
|
+
"main.js": "main-80d74c436259f27b98fb.js"
|
3972
3972
|
}
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: motor-admin
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.36
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Pete Matsyburka
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2025-03-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: ar_lazy_preload
|
@@ -2250,8 +2250,8 @@ files:
|
|
2250
2250
|
- ui/dist/images/layers-2x.png
|
2251
2251
|
- ui/dist/images/layers.png
|
2252
2252
|
- ui/dist/images/marker-icon.png
|
2253
|
-
- ui/dist/main-
|
2254
|
-
- ui/dist/main-
|
2253
|
+
- ui/dist/main-80d74c436259f27b98fb.css.gz
|
2254
|
+
- ui/dist/main-80d74c436259f27b98fb.js.gz
|
2255
2255
|
- ui/dist/manifest.json
|
2256
2256
|
homepage:
|
2257
2257
|
licenses:
|
Binary file
|