[ARVADOS] updated: 1.1.4-243-g4f42ac3
Git user
git at public.curoverse.com
Mon May 14 11:41:30 EDT 2018
Summary of changes:
apps/workbench/app/models/arvados_base.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 4f42ac359cf6fa9727bbc32a31df26717fd1f209 (commit)
from d6e33993b181510069bf285c159acb8094e9edf8 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 4f42ac359cf6fa9727bbc32a31df26717fd1f209
Author: Lucas Di Pentima <ldipentima at veritasgenetics.com>
Date: Mon May 14 12:40:25 2018 -0300
12737: Remove attribute from previous tests
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <ldipentima at veritasgenetics.com>
diff --git a/apps/workbench/app/models/arvados_base.rb b/apps/workbench/app/models/arvados_base.rb
index 52bb889..caeb9cb 100644
--- a/apps/workbench/app/models/arvados_base.rb
+++ b/apps/workbench/app/models/arvados_base.rb
@@ -76,7 +76,7 @@ class ArvadosBase < ActiveRecord::Base
columns << column(k, coldef[:type].to_sym)
else
# Hash, Array
- columns << column(k, :text, default)
+ columns << column(k, :text)
serialize k, coldef[:type].constantize
end
define_method k do
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list