[Groonga-commit] ranguba/groonga-client-model at 4e4a9f0 [master] Add missing argument

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Dec 19 17:10:16 JST 2016


Kouhei Sutou	2016-12-19 17:10:16 +0900 (Mon, 19 Dec 2016)

  New Revision: 4e4a9f03c077a20d87ac0439a6de7969a78bd394
  https://github.com/ranguba/groonga-client-model/commit/4e4a9f03c077a20d87ac0439a6de7969a78bd394

  Message:
    Add missing argument

  Modified files:
    lib/groonga_client_model/record.rb

  Modified: lib/groonga_client_model/record.rb (+1 -1)
===================================================================
--- lib/groonga_client_model/record.rb    2016-12-19 15:40:12 +0900 (5535867)
+++ lib/groonga_client_model/record.rb    2016-12-19 17:10:16 +0900 (433e006)
@@ -192,7 +192,7 @@ module GroongaClientModel
     end
 
     private
-    def save_raw
+    def save_raw(validate:)
       if validate
         if valid?
           upsert
-------------- next part --------------
HTML����������������������������...
下载 



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