summaryrefslogtreecommitdiff
path: root/app/models/namespace.rb
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-11-24 22:16:51 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-11-24 22:16:51 +0200
commit65c470e84396a9db4b697a45128ce8d28c612d7c (patch)
tree3637f47ee24f1945a1e70cd2fc13b9a1ca18a88b /app/models/namespace.rb
parent3f1d6d6ab3a7e1b2bbbae7dcd17edc884f9fbf07 (diff)
downloadgitlab-ce-65c470e84396a9db4b697a45128ce8d28c612d7c.tar.gz
Reannotated
Diffstat (limited to 'app/models/namespace.rb')
-rw-r--r--app/models/namespace.rb13
1 files changed, 13 insertions, 0 deletions
diff --git a/app/models/namespace.rb b/app/models/namespace.rb
index 72ba106c7ed..742c5cda233 100644
--- a/app/models/namespace.rb
+++ b/app/models/namespace.rb
@@ -1,3 +1,16 @@
+# == Schema Information
+#
+# Table name: namespaces
+#
+# id :integer not null, primary key
+# name :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 Namespace < ActiveRecord::Base
attr_accessible :name, :path