administrate_exportable 0.4.0 → 0.5.0
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: 3d9744acc6ec1cc1b8ca19110d71e953299593d2843291aeef6b008cdeb017be
|
4
|
+
data.tar.gz: b32df982094216cd7e748912ef4ea3aa431734e923a5e8ed0eaffd3506eb1248
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 531eeed10c37bdb24df6a4f44e19bdf618f3602bb25fe84cc941592e5f5cce125d2f9e37725cb4108383f4a7154d2848fd5fe6358412f5275637c5be872955d4
|
7
|
+
data.tar.gz: bac05ea3431679fb7677d20c92d4fb479c4f88efae0de16724bec1c511a8ec04d306d161aa2da5f9b467e8ef451ad60d593b02966d4c7304762caf38716e985b
|
@@ -47,7 +47,7 @@ It renders the `_table` partial to display details about the resources.
|
|
47
47
|
) if valid_action?(:new) && show_action?(:new, new_resource) %>
|
48
48
|
<%= link_to(
|
49
49
|
'Export',
|
50
|
-
[:export, namespace, page.resource_name.to_s.pluralize, sanitized_order_params(page, :id).to_h.merge(format: :csv)],
|
50
|
+
[:export, namespace, page.resource_name.to_s.pluralize.to_sym, sanitized_order_params(page, :id).to_h.merge(format: :csv)],
|
51
51
|
class: 'button'
|
52
52
|
) if valid_action?(:export) && show_action?(:export, resource_name) %>
|
53
53
|
</div>
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: administrate_exportable
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.5.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jônatas Rancan
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: exe
|
11
11
|
cert_chain: []
|
12
|
-
date: 2021-05-
|
12
|
+
date: 2021-05-11 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: bundler
|