summaryrefslogtreecommitdiff
path: root/app/models/namespace.rb
diff options
context:
space:
mode:
authorKamil Trzcinski <ayufan@ayufan.eu>2016-05-10 13:58:10 -0500
committerKamil Trzcinski <ayufan@ayufan.eu>2016-05-10 13:58:10 -0500
commitdb25c17036b47cc4ee0bd08b7dc70def25d9a3c9 (patch)
treee3cbcf3f34bf1ff043d5947bc0da434da8a4c0ca /app/models/namespace.rb
parent74520f23db51c95b4aea8856fb51c4246785f776 (diff)
parente3911a1896d8725f7b739929b7de1ab09917eed5 (diff)
downloadgitlab-ce-db25c17036b47cc4ee0bd08b7dc70def25d9a3c9.tar.gz
Merge remote-tracking branch 'origin/master' into send-incremental-build-log
Diffstat (limited to 'app/models/namespace.rb')
-rw-r--r--app/models/namespace.rb17
1 files changed, 0 insertions, 17 deletions
diff --git a/app/models/namespace.rb b/app/models/namespace.rb
index 741e912171d..9c942a8f4e3 100644
--- a/app/models/namespace.rb
+++ b/app/models/namespace.rb
@@ -1,20 +1,3 @@
-# == Schema Information
-#
-# Table name: namespaces
-#
-# id :integer not null, primary key
-# name :string not null
-# path :string not null
-# owner_id :integer
-# created_at :datetime
-# updated_at :datetime
-# type :string
-# description :string default(""), not null
-# avatar :string
-# share_with_group_lock :boolean default(FALSE)
-# visibility_level :integer default(20), not null
-#
-
class Namespace < ActiveRecord::Base
include Sortable
include Gitlab::ShellAdapter