From bc54300ce5329b66d0ba726f814d9e761e782668 Mon Sep 17 00:00:00 2001 From: Douglas Barbosa Alexandre Date: Thu, 18 Feb 2016 11:51:53 -0200 Subject: Fix task factory --- app/models/task.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app') diff --git a/app/models/task.rb b/app/models/task.rb index 38c6637e456..cc1f501a7ec 100644 --- a/app/models/task.rb +++ b/app/models/task.rb @@ -9,7 +9,7 @@ # target_type :string not null # author_id :integer # note_id :integer -# action :integer +# action :integer not null # state :string not null # created_at :datetime # updated_at :datetime -- cgit v1.2.1