[Groonga-commit] ranguba/groonga-client-rails at 014d2ba [master] Enable source again

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Mar 22 19:09:34 JST 2016


Kouhei Sutou	2016-03-22 19:09:34 +0900 (Tue, 22 Mar 2016)

  New Revision: 014d2baa44872abd17bf639c511f5cf008d34021
  https://github.com/ranguba/groonga-client-rails/commit/014d2baa44872abd17bf639c511f5cf008d34021

  Message:
    Enable source again

  Modified files:
    test/fixtures/rails4-mongoid/app/models/post.rb

  Modified: test/fixtures/rails4-mongoid/app/models/post.rb (+1 -1)
===================================================================
--- test/fixtures/rails4-mongoid/app/models/post.rb    2016-03-22 19:09:14 +0900 (5023637)
+++ test/fixtures/rails4-mongoid/app/models/post.rb    2016-03-22 19:09:34 +0900 (b9ef812)
@@ -4,5 +4,5 @@ class Post
   field :title, type: String
   field :body, type: String
 
-  # PostsSearcher.add_source(self, columns: [:title, :body, :updated_at])
+  PostsSearcher.add_source(self, columns: [:title, :body, :updated_at])
 end
-------------- next part --------------
HTML����������������������������...
Download 



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