forest_liana 9.9.1 → 9.10.1
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/app/controllers/forest_liana/application_controller.rb +1 -1
- data/config/routes.rb +2 -2
- data/lib/forest_liana/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 93d29040c097c6aacc18e54915ecd7352ae7cf0705f79a69d229cfa8b6a9d860
|
4
|
+
data.tar.gz: 385dcbeaa4667f2eea950bb7e6431f7c0e171a47b21c4a7e68054b7aa6133147
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 29492979e9286a33acd93a45039f8ce1536c2789a98005350bc75c0833807a5bf50a6d4fccad8258aca1c86399e6650b47db50503dcd9abc4a0d253202712484
|
7
|
+
data.tar.gz: 50b040a1ef0cbb754ea98c2521e4d6ea8581ac95e5425388dcfb4d3d544166370ce8874df4ab628a4fbea7042fc0c54f852c668db63a1a35750e2b9cb49db58d
|
@@ -162,7 +162,7 @@ module ForestLiana
|
|
162
162
|
else
|
163
163
|
model_association = model.reflect_on_association(relation_name.to_sym)
|
164
164
|
if model_association
|
165
|
-
model_name = model_association.
|
165
|
+
model_name = ForestLiana.name_for(model_association.klass)
|
166
166
|
# NOTICE: Join fields in case of model with self-references.
|
167
167
|
if fields[model_name]
|
168
168
|
fields[model_name] = [
|
data/config/routes.rb
CHANGED
@@ -59,8 +59,8 @@ ForestLiana::Engine.routes.draw do
|
|
59
59
|
delete ':collection/:id', to: router
|
60
60
|
delete ':collection', to: router
|
61
61
|
|
62
|
-
post ':collection/
|
63
|
-
post ':collection/
|
62
|
+
post ':collection/query' => 'resources#index'
|
63
|
+
post ':collection/query/count' => 'resources#count'
|
64
64
|
|
65
65
|
draw(:actions)
|
66
66
|
|
data/lib/forest_liana/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: forest_liana
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 9.
|
4
|
+
version: 9.10.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sandro Munda
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-02-
|
11
|
+
date: 2025-02-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|