kono_utils 1.1.3 → 1.1.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: 2ee1d8ef6cecb19fd0fd47b24502e172675f7f35a6b74899a78ea4499b36169f
4
- data.tar.gz: e1dbdc2f86b29b1bccdc17cf209e1eb76b55b41d238b946c1f8165dc5239ef2b
3
+ metadata.gz: 3e1e20663847d3e638e4588c860f443e5df3f579bc4ff0a2a3a8df4a6a6fc5c7
4
+ data.tar.gz: 53345401149b3239fd611fb5d89281f4f4da1f50728ef2bb481c91762e324b07
5
5
  SHA512:
6
- metadata.gz: c313f3971a58eb2d98093ea758d735a4c4068c56994764b64ab00960ba5d3d30c33490a043dc4f9042e761b7bcb1942008d86ebb2d1155d5f584ca9f88c0cf75
7
- data.tar.gz: 93769f645df6c1ee2c0a6ce1152c9fbf8b867786f63cbec5989d2ec2e87d2989137e37286cfb08ea1b4faba91ca6e0e7c5ad49f1814b1cb4b992512bd0e755c1
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(',')} }
@@ -1,3 +1,3 @@
1
1
  module KonoUtils
2
- VERSION = '1.1.3'
2
+ VERSION = '1.1.4'
3
3
  end
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.3
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-18 00:00:00.000000000 Z
11
+ date: 2021-03-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: actionview