bullet_train-super_load_and_authorize_resource 1.13.0 → 1.14.1
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: 7a39dc246edb79aa288955cdf8a6bf3df3f6b972e2044e302e2a95f789ffa95e
|
4
|
+
data.tar.gz: 425812b6336a9dcdaecedd0218386030bb1ed053c347b45bbaaaeb5a6b05e2e0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 66fd5a6f159f24c42c05bc8c497f48633727b61a7a3568e47998a356204ed9036a2b0f26568278a0e846299f8dc71708d32c429950e3715d592019c2ad834333
|
7
|
+
data.tar.gz: 30c80449749ba4dcc2d480d7ff754ea6c9dae8ce5569404291e9a7ee699409698aee31324a9341beb2367316daba6d9bd50fab9e604a8f4f13e33757aa84ae0b
|
@@ -185,6 +185,14 @@ module BulletTrain::LoadsAndAuthorizesResource
|
|
185
185
|
raise "This is a template method that needs to be implemented by controllers including LoadsAndAuthorizesResource."
|
186
186
|
end
|
187
187
|
|
188
|
+
def index
|
189
|
+
raise "This is a template method that needs to be implemented by controllers including LoadsAndAuthorizesResource."
|
190
|
+
end
|
191
|
+
|
192
|
+
def show
|
193
|
+
raise "This is a template method that needs to be implemented by controllers including LoadsAndAuthorizesResource."
|
194
|
+
end
|
195
|
+
|
188
196
|
def new
|
189
197
|
raise "This is a template method that needs to be implemented by controllers including LoadsAndAuthorizesResource."
|
190
198
|
end
|
@@ -200,4 +208,8 @@ module BulletTrain::LoadsAndAuthorizesResource
|
|
200
208
|
def update
|
201
209
|
raise "This is a template method that needs to be implemented by controllers including LoadsAndAuthorizesResource."
|
202
210
|
end
|
211
|
+
|
212
|
+
def destroy
|
213
|
+
raise "This is a template method that needs to be implemented by controllers including LoadsAndAuthorizesResource."
|
214
|
+
end
|
203
215
|
end
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
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.
|
4
|
+
version: 1.14.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Andrew Culver
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 2025-01-23 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: cancancan
|
@@ -90,7 +89,6 @@ licenses:
|
|
90
89
|
metadata:
|
91
90
|
homepage_uri: https://github.com/bullet-train-co/bullet_train-core/tree/main/bullet_train-super_load_and_authorize_resource
|
92
91
|
source_code_uri: https://github.com/bullet-train-co/bullet_train-core/tree/main/bullet_train-super_load_and_authorize_resource
|
93
|
-
post_install_message:
|
94
92
|
rdoc_options: []
|
95
93
|
require_paths:
|
96
94
|
- lib
|
@@ -105,8 +103,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
105
103
|
- !ruby/object:Gem::Version
|
106
104
|
version: '0'
|
107
105
|
requirements: []
|
108
|
-
rubygems_version: 3.
|
109
|
-
signing_key:
|
106
|
+
rubygems_version: 3.6.2
|
110
107
|
specification_version: 4
|
111
108
|
summary: Bullet Train Super Load And Authorize Resource
|
112
109
|
test_files: []
|