Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-11-25 00:16:51 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-11-25 00:16:51 +0400
commit65c470e84396a9db4b697a45128ce8d28c612d7c (patch)
tree3637f47ee24f1945a1e70cd2fc13b9a1ca18a88b /app/models/group.rb
parent3f1d6d6ab3a7e1b2bbbae7dcd17edc884f9fbf07 (diff)
Reannotated
Diffstat (limited to 'app/models/group.rb')
-rw-r--r--app/models/group.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/app/models/group.rb b/app/models/group.rb
index ab7b1b8983f..66267c56957 100644
--- a/app/models/group.rb
+++ b/app/models/group.rb
@@ -1,13 +1,14 @@
# == Schema Information
#
-# Table name: groups
+# Table name: namespaces
#
# id :integer not null, primary key
# name :string(255) not null
-# code :string(255) not null
+# path :string(255) not null
# owner_id :integer not null
# created_at :datetime not null
# updated_at :datetime not null
+# type :string(255)
#
class Group < Namespace