effective_datatables 3.2.2 → 3.2.3

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: c8dcd63f38f80e7f59a6dbd33b2f7c2238e954ed
4
- data.tar.gz: a932b089090e3a23c9a0a041a78d544925010a59
3
+ metadata.gz: ce423e68860e1a5041f09dfe83ad7d096420ad7d
4
+ data.tar.gz: e0435b2ba5857e9eb802ac9d6b844e469d155cda
5
5
  SHA512:
6
- metadata.gz: 2e2aa904aa6a0f8f348f85de650da46157e6bf0f8de3585abd83f623a4cd6868010f6408654843f7ff035ec371c5d0f0cf60b9958a45e9bd6bcd24338e450694
7
- data.tar.gz: 92bcad95fb86bb381b52cd36c874ad462f7e1b97ee35f1e4fcaf3c12597c2602c182c393264f0e7930272e3cbda5f01ef4421c78b5bc890d1f72be98998abe68
6
+ metadata.gz: 3615d2e50397a588a76785d1465d9b2a278d0b8e4213eb4e44af1802ebf5ab93a2f61c5ad197c20493b2247464da898f8d38607ac3a6c50ea6cacda977b6ad0c
7
+ data.tar.gz: c166d6ca5e5e594246d821755fc7242d395d81294f4f351e32a062a339f6650dc152b408165442e8f68138b7012fdb25d44cd931d89db7a04d1bd563d259e836
@@ -28,7 +28,7 @@ module Effective
28
28
  raise "invalid datatables column '#{name}'. unable to find '#{name.split('.').first}' association on '#{resource}'."
29
29
  end
30
30
 
31
- unless collection.joined_includes_values.include?(associated) || collection.joined_includes_values.include?(associated.to_sym)
31
+ unless collection.joins_values.include?(associated) || collection.joins_values.include?(associated.to_sym)
32
32
  raise "your datatables collection must .joins(:#{associated}) to work with the joined syntax"
33
33
  end
34
34
 
@@ -1,3 +1,3 @@
1
1
  module EffectiveDatatables
2
- VERSION = '3.2.2'.freeze
2
+ VERSION = '3.2.3'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: effective_datatables
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.2.2
4
+ version: 3.2.3
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: 2017-09-14 00:00:00.000000000 Z
11
+ date: 2017-09-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails