Fix up start/end dates and display them in a more friendly way.
[arvados.git] / services / api / app / models / group.rb
index 94a392d5eb172ebc2a59de333bdfeb00c53283d7..9666257ea4875d4bb62d13528bb132c57a51bd14 100644 (file)
@@ -3,7 +3,7 @@ class Group < ArvadosModel
   include KindAndEtag
   include CommonApiTemplate
 
-  api_accessible :superuser, :extend => :common do |t|
+  api_accessible :user, extend: :common do |t|
     t.add :name
     t.add :description
   end