move created_by to owner
[arvados.git] / app / models / project.rb
index 5bc7957d543fe97a3cb2402126f17a5310b7727e..1fdaca8585fc55003cb6c2e3cfa92a012765f27f 100644 (file)
@@ -1,2 +1,10 @@
-class Project < ActiveRecord::Base
+class Project < OrvosModel
+  include AssignUuid
+  include KindAndEtag
+  include CommonApiTemplate
+
+  api_accessible :superuser, :extend => :common do |t|
+    t.add :name
+    t.add :description
+  end
 end