bullet_train-super_load_and_authorize_resource 1.8.3 → 1.8.4
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: 29d1e315d2d62020a63d6e134c561c72a01f0e3ffb4bf62e3b3798accc06b05a
|
4
|
+
data.tar.gz: 99b7821ea194139c5c7833f41030f28716c07babc99e776f020febba31fce399
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: be40b5b83b8568bed00ce8f2cc245d81acf9f3520425b1a63db7a0d0dfc21707d254f5bbe104bfbc40a6995d1e500877cf141eb7e4c0f3922acbce2dd6ea6204
|
7
|
+
data.tar.gz: c52c3f1d14f99f304623139fb8e6491bb74c928d07de17df6e47704dc8869527778ac6813931139a2c13825bed57af4a84528211d5e1b23032552953d93bedf8
|
@@ -60,7 +60,7 @@ module BulletTrain::LoadsAndAuthorizesResource
|
|
60
60
|
# reflect on the belongs_to association of the child model to figure out the class names of the parents.
|
61
61
|
association = model_class.reflect_on_association(through_as_symbol)
|
62
62
|
unless association
|
63
|
-
raise "Your 'account_load_and_authorize_resource' is broken. Tried to reflect on the `#{through_as_symbol}` association of #{
|
63
|
+
raise "Your 'account_load_and_authorize_resource' is broken. Tried to reflect on the `#{through_as_symbol}` association of #{model_class_names}, but didn't find one."
|
64
64
|
end
|
65
65
|
|
66
66
|
association.klass.name
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bullet_train-super_load_and_authorize_resource
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.8.
|
4
|
+
version: 1.8.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Andrew Culver
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-11-
|
11
|
+
date: 2024-11-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: cancancan
|