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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 62d761945606d57007db863163a4674d08d41bb6
4
- data.tar.gz: d4ab3323e85d5b46cb5595d1d712b3fadb1b672e
3
+ metadata.gz: 2c8c69cd0b5f5693a39aeaeb1e3739a612d207c2
4
+ data.tar.gz: aeca5e6b9c330ee6df1c265f6c67b45adce58e39
5
5
  SHA512:
6
- metadata.gz: 13ec315f26b5ca9f02b904ae5ddbcb25acd4a96043a3354135f4b37e43fff755714701f3b1fbaff91973c0decfe8ecee4718ada6a85c1c5eddb48c4d76aaa806
7
- data.tar.gz: 3a2f82c463b13993a5e6de5fbec54a83164dde8d9a698ab457d7745d952de7e7d9a11422b3a999b87cd54480b4f1e9cec6d7b825c4110c23a056b60c400cd8ef
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 {
@@ -22,5 +22,5 @@
22
22
  #++
23
23
 
24
24
  module Tabulatr
25
- VERSION = "0.9.33"
25
+ VERSION = "0.9.34"
26
26
  end
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.33
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-03 00:00:00.000000000 Z
13
+ date: 2017-11-06 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rails