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:
authorStan Hu <stanhu@gmail.com>2015-12-09 08:00:01 +0300
committerStan Hu <stanhu@gmail.com>2015-12-09 08:00:01 +0300
commit9dbc768db8304004c08957710d423c0b2b54510a (patch)
treee9d89056ffb396f06059097c05dbde97b1c53c23 /app/models/lfs_objects_project.rb
parentcbb9da3d656482f5a6e046ec791d49390fc23fd7 (diff)
Update annotations
Diffstat (limited to 'app/models/lfs_objects_project.rb')
-rw-r--r--app/models/lfs_objects_project.rb11
1 files changed, 11 insertions, 0 deletions
diff --git a/app/models/lfs_objects_project.rb b/app/models/lfs_objects_project.rb
index 0fd5f089db9..890736bfc80 100644
--- a/app/models/lfs_objects_project.rb
+++ b/app/models/lfs_objects_project.rb
@@ -1,3 +1,14 @@
+# == Schema Information
+#
+# Table name: lfs_objects_projects
+#
+# id :integer not null, primary key
+# lfs_object_id :integer not null
+# project_id :integer not null
+# created_at :datetime
+# updated_at :datetime
+#
+
class LfsObjectsProject < ActiveRecord::Base
belongs_to :project
belongs_to :lfs_object