[Groonga-commit] ranguba/groonga-client-model at d90340a [master] Sort by name

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Dec 7 14:31:24 JST 2016


Kouhei Sutou	2016-12-07 14:31:24 +0900 (Wed, 07 Dec 2016)

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

  Message:
    Sort by name

  Modified files:
    lib/groonga_client_model/record.rb

  Modified: lib/groonga_client_model/record.rb (+3 -3)
===================================================================
--- lib/groonga_client_model/record.rb    2016-12-07 14:31:02 +0900 (770458e)
+++ lib/groonga_client_model/record.rb    2016-12-07 14:31:24 +0900 (b5d0c12)
@@ -16,10 +16,10 @@
 
 module GroongaClientModel
   class Record
-    include ActiveModel::Validations
-    include ActiveModel::Conversion
-    include ActiveModel::AttributeMethods
     include ActiveModel::AttributeAssignment
+    include ActiveModel::AttributeMethods
+    include ActiveModel::Conversion
+    include ActiveModel::Validations
 
     class << self
       def schema
-------------- next part --------------
HTML����������������������������...
Download 



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