[Groonga-commit] ranguba/groonga-client-rails at 016ac1f [master] Add missing argument

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Mar 22 18:36:31 JST 2016


Kouhei Sutou	2016-03-22 18:36:31 +0900 (Tue, 22 Mar 2016)

  New Revision: 016ac1fac81767e0eeaee7eb88f30f2447a8719f
  https://github.com/ranguba/groonga-client-rails/commit/016ac1fac81767e0eeaee7eb88f30f2447a8719f

  Message:
    Add missing argument

  Modified files:
    lib/groonga/client/searcher.rb

  Modified: lib/groonga/client/searcher.rb (+1 -1)
===================================================================
--- lib/groonga/client/searcher.rb    2016-03-22 18:36:21 +0900 (af14499)
+++ lib/groonga/client/searcher.rb    2016-03-22 18:36:31 +0900 (490b2be)
@@ -122,7 +122,7 @@ module Groonga
       def destroy(source)
         Client.open do |client|
           client.delete(table: self.class.schema.table,
-                        key: source_key)
+                        key: source_key(source))
         end
       end
 
-------------- next part --------------
HTML����������������������������...
Descargar 



More information about the Groonga-commit mailing list
Back to archive index