From 965a8d97d6dede6e1505c74da18f6ba8755e73ad Mon Sep 17 00:00:00 2001 From: Markus Graf Date: Mon, 5 Oct 2015 14:48:54 +0200 Subject: [PATCH] added timestamps --- app/models/supporter.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/models/supporter.rb b/app/models/supporter.rb index af80d25..9232576 100644 --- a/app/models/supporter.rb +++ b/app/models/supporter.rb @@ -1,5 +1,6 @@ class Supporter include Mongoid::Document + include Mongoid::Timestamps field :first_name, type: String field :last_name, type: String