From a3157626f1970158573c71066982fac6a9ffe7ce Mon Sep 17 00:00:00 2001 From: Stan Hu Date: Sun, 3 May 2015 09:05:38 -0700 Subject: Re-annotate models --- app/models/project_import_data.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'app/models/project_import_data.rb') diff --git a/app/models/project_import_data.rb b/app/models/project_import_data.rb index 6a8a8a56eb5..cd3319f077e 100644 --- a/app/models/project_import_data.rb +++ b/app/models/project_import_data.rb @@ -1,10 +1,10 @@ # == Schema Information # -# Table name: project_import_datas +# Table name: project_import_data # -# id :integer not null, primary key -# project_id :integer -# data :text +# id :integer not null, primary key +# project_id :integer +# data :text # require 'carrierwave/orm/activerecord' -- cgit v1.2.3