From d5102c87b1657866e64469b646213c8f7294ccc6 Mon Sep 17 00:00:00 2001 From: Martin Edenhofer Date: Wed, 4 Feb 2015 08:54:32 +0100 Subject: [PATCH] Updated doc. --- app/models/history.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/history.rb b/app/models/history.rb index 68787a90b..cfa0a24c3 100644 --- a/app/models/history.rb +++ b/app/models/history.rb @@ -27,7 +27,7 @@ add a new history entry for an object :id_to => 3, :id_from => 2, :value_from => 'open', - :value_to => 'pending', + :value_to => 'pending reminder', :created_by_id => 1, :created_at => '2013-06-04 10:00:00', :updated_at => '2013-06-04 10:00:00'