From 1b1a79911a79b098a53adc527bafbafc920716e1 Mon Sep 17 00:00:00 2001 From: Kamil Trzcinski Date: Mon, 6 Jul 2015 13:31:04 +0200 Subject: Update annotations --- app/models/variable.rb | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'app/models/variable.rb') 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 -- cgit v1.2.1