tabulatr2 0.9.33 → 0.9.34
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/tabulatr/rails/action_controller.rb +1 -1
- data/lib/tabulatr/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2c8c69cd0b5f5693a39aeaeb1e3739a612d207c2
|
4
|
+
data.tar.gz: aeca5e6b9c330ee6df1c265f6c67b45adce58e39
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9108b2b8ef04bc380c99cd936a0b4b40da0addf5cda1c6ca9acc4395a782f145230ef7beb734c787578a09b38424505e892930ada3a2e4e28c76b66c73eec909
|
7
|
+
data.tar.gz: b6e1a26f200e661573256c42801df53f6b4667d1558367d59e258cebedfcd7a1564b621a22cdc719b73b943fe03930e74b7aea9313e307bf80931958be07f4ec
|
@@ -44,7 +44,7 @@ class ActionController::Base
|
|
44
44
|
|
45
45
|
respond_to do |format|
|
46
46
|
format.json {
|
47
|
-
records ||= klass.tabulatr(relation, tabulatr_data_class).data_for_table(params, locals: locals, controller: self, &block)
|
47
|
+
records ||= klass.tabulatr(relation, tabulatr_data_class).data_for_table(params, locals: locals, controller: self, default_order: default_order, &block)
|
48
48
|
render json: records.to_tabulatr_json(serializer)
|
49
49
|
}
|
50
50
|
format.html {
|
data/lib/tabulatr/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tabulatr2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.9.
|
4
|
+
version: 0.9.34
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Peter Horn
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2017-11-
|
13
|
+
date: 2017-11-06 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: rails
|