effective_messaging 0.4.0 → 0.4.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: b33f024c355ffa40b3c847fcb41f456d25259ff9c76e852fc4d013bf2f729669
|
4
|
+
data.tar.gz: 5a1f123e68a4b46fe5d8a5cab9c83d52947e8c6f5404e1626701cc0d30d51461
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: acaaf536cace1671058cc8cb0378e2db7510a8ff5c3f2f21936a5d9fe8c304e487dcb08e5f8f8719189b9f50b041b7a25af9ffdf970f3c3c396afd7d70f66276
|
7
|
+
data.tar.gz: 9b102fe39780366ac881d2415805bb280634bd99088f2eef6cedb1a33d14cf34fe845e9efd529932faf98387f2775ccc49e11b7b4629d816563d3a5c71ed5e68
|
@@ -32,7 +32,7 @@ module Admin
|
|
32
32
|
col :scheduled_method, visible: false
|
33
33
|
col :scheduled_dates, visible: false
|
34
34
|
|
35
|
-
col :report, search: Effective::Report.notifiable.sorted
|
35
|
+
col :report, search: Effective::Report.notifiable.sorted, action: :show
|
36
36
|
|
37
37
|
col(:rows_count) do |notification|
|
38
38
|
notification.report.collection().count
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: effective_messaging
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Code and Effect
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-08-
|
11
|
+
date: 2023-08-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|