fume 0.2.5 → 0.2.6
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION.yml +1 -1
- data/fume.gemspec +1 -1
- data/lib/fume/searchlogic.rb +2 -2
- metadata +1 -1
data/VERSION.yml
CHANGED
data/fume.gemspec
CHANGED
data/lib/fume/searchlogic.rb
CHANGED
@@ -5,6 +5,7 @@ module Fume
|
|
5
5
|
if defined? ::Searchlogic
|
6
6
|
ActionController::Base.send :helper, RailsHelpers
|
7
7
|
::Searchlogic::Search.send :include, SearchExtensions::InstanceMethods
|
8
|
+
::Searchlogic::Search.send :extend, SearchExtensions::ClassMethods
|
8
9
|
end
|
9
10
|
end
|
10
11
|
|
@@ -16,8 +17,7 @@ module Fume
|
|
16
17
|
end
|
17
18
|
|
18
19
|
module InstanceMethods
|
19
|
-
|
20
|
-
|
20
|
+
|
21
21
|
def human_attribute_name(name)
|
22
22
|
klass.human_attribute_name(name)
|
23
23
|
end
|