has_searcher 0.0.7 → 0.0.7.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -35,7 +35,7 @@ module Formtastic
35
35
  end
36
36
  column
37
37
  end.map(&:to_sym)
38
- args -= [:term]
38
+ args -= [:term, :order_by, :per_page]
39
39
  end
40
40
  inputs_without_search(*args, &block)
41
41
  end
@@ -1,3 +1,3 @@
1
1
  module HasSearcher
2
- VERSION = "0.0.7"
2
+ VERSION = "0.0.7.1"
3
3
  end
metadata CHANGED
@@ -6,7 +6,8 @@ version: !ruby/object:Gem::Version
6
6
  - 0
7
7
  - 0
8
8
  - 7
9
- version: 0.0.7
9
+ - 1
10
+ version: 0.0.7.1
10
11
  platform: ruby
11
12
  authors:
12
13
  - Dmitry Lihachev