summaryrefslogtreecommitdiff
path: root/app/models/variable.rb
diff options
context:
space:
mode:
authorKamil Trzcinski <ayufan@ayufan.eu>2015-07-06 13:31:04 +0200
committerKamil Trzcinski <ayufan@ayufan.eu>2015-07-06 13:50:18 +0200
commit1b1a79911a79b098a53adc527bafbafc920716e1 (patch)
tree56dcc14b02d4a27932fc8a1b28609973c3367a43 /app/models/variable.rb
parent574e71ce3eda70add20b27ccd935e07186a5d7b0 (diff)
downloadgitlab-ci-annotations.tar.gz
Update annotationsannotations
Diffstat (limited to 'app/models/variable.rb')
-rw-r--r--app/models/variable.rb10
1 files changed, 10 insertions, 0 deletions
diff --git a/app/models/variable.rb b/app/models/variable.rb
index a53a27f..ebd3a44 100644
--- a/app/models/variable.rb
+++ b/app/models/variable.rb
@@ -1,3 +1,13 @@
+# == Schema Information
+#
+# Table name: variables
+#
+# id :integer not null, primary key
+# project_id :integer not null
+# key :string(255)
+# value :text
+#
+
class Variable < ActiveRecord::Base
belongs_to :project
end