kono_utils 1.1.3 → 1.1.4
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/kono_utils/concerns/base_editing.rb +4 -0
- data/lib/kono_utils/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: 3e1e20663847d3e638e4588c860f443e5df3f579bc4ff0a2a3a8df4a6a6fc5c7
|
|
4
|
+
data.tar.gz: 53345401149b3239fd611fb5d89281f4f4da1f50728ef2bb481c91762e324b07
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7a6649093e93225dfa28b804440ad99b5a7a42edb491da1e099788d74e96e56872d2f6158251055be434117de31a82365d02ee974319599094ec01bdce368ec1
|
|
7
|
+
data.tar.gz: f4438ab68e93a9da2447bf2bfe24a99123b3fdc8961f07e62912a10aa46cc21f05bb129f881bba54ef397be0799f29a7ab4f316858a7cb68a5ddc23f29468185
|
|
@@ -246,6 +246,10 @@ module KonoUtils
|
|
|
246
246
|
polymorphic_path(*rec)
|
|
247
247
|
end
|
|
248
248
|
|
|
249
|
+
def show_custom_polymorphic_path(*rec)
|
|
250
|
+
polymorphic_path(*rec)
|
|
251
|
+
end
|
|
252
|
+
|
|
249
253
|
def _failed_destroy(format)
|
|
250
254
|
format.html { redirect_to index_custom_polymorphic_path(base_class),
|
|
251
255
|
:flash => {:error => @object.errors.full_messages.join(',')} }
|
data/lib/kono_utils/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: kono_utils
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Marino
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-02
|
|
11
|
+
date: 2021-03-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: actionview
|