[ARVADOS] updated: 2b2c23bf8e997735dbf6c493b168ee3a3ff52be5

Git user git at public.curoverse.com
Tue Mar 28 11:33:56 EDT 2017


Summary of changes:
 apps/workbench/app/models/collection.rb | 2 --
 1 file changed, 2 deletions(-)

       via  2b2c23bf8e997735dbf6c493b168ee3a3ff52be5 (commit)
      from  dfa41e508c0185d8b933b5d1af0aa5f473a10f3c (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 2b2c23bf8e997735dbf6c493b168ee3a3ff52be5
Author: radhika <radhika at curoverse.com>
Date:   Tue Mar 28 11:33:19 2017 -0400

    3821: attr_accessor not needed on collection "filename"

diff --git a/apps/workbench/app/models/collection.rb b/apps/workbench/app/models/collection.rb
index 7468333..ea81ad8 100644
--- a/apps/workbench/app/models/collection.rb
+++ b/apps/workbench/app/models/collection.rb
@@ -1,8 +1,6 @@
 require "arvados/keep"
 
 class Collection < ArvadosBase
-  attr_accessor :filename
-
   MD5_EMPTY = 'd41d8cd98f00b204e9800998ecf8427e'
 
   def default_name

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list