rails-tables 0.2.3 → 0.2.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -39,9 +39,9 @@ class_attribute :columns, :searches, :authorized_scopes, :match_any
39
39
  self.authorized_scopes = [] if self.authorized_scopes.nil?
40
40
  self.authorized_scopes += args
41
41
  end
42
- def self.match_any_column(match_any=true)
43
- self.match_any = true if self.match_any.nil?
44
- self.match_any = match_any
42
+ self.match_any = true
43
+ def self.match_all_columns
44
+ self.match_any = false
45
45
  end
46
46
 
47
47
  private
@@ -1,3 +1,3 @@
1
1
  module RailsTables
2
- VERSION = "0.2.3"
2
+ VERSION = "0.2.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails-tables
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: