[Groonga-commit] ranguba/groonga-client-rails at c2ee837 [master] Save timestamps

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Mar 21 12:05:48 JST 2016


Kouhei Sutou	2016-03-21 12:05:48 +0900 (Mon, 21 Mar 2016)

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

  Message:
    Save timestamps

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

  Modified: test/fixtures/rails4-mongoid/app/models/post.rb (+1 -0)
===================================================================
--- test/fixtures/rails4-mongoid/app/models/post.rb    2016-03-21 12:05:36 +0900 (e930b91)
+++ test/fixtures/rails4-mongoid/app/models/post.rb    2016-03-21 12:05:48 +0900 (f04075b)
@@ -1,5 +1,6 @@
 class Post
   include Mongoid::Document
+  include Mongoid::Timestamps
   field :title, type: String
   field :body, type: String
 end
-------------- next part --------------
HTML����������������������������...
Download 



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