summaryrefslogtreecommitdiff
path: root/app/models/variable.rb
diff options
context:
space:
mode:
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