From: Sungmin Kim Date: Mon, 14 Apr 2014 02:06:22 +0000 (+0900) Subject: Add file job_timestamp.js X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b2536f7ebf4a560755c6c819e185aca0e95b0271;p=sdk%2Ftools%2Fsdk-build.git Add file job_timestamp.js Change-Id: Iba4d41a003e5694a79a335d7d607aa49dd3503e3 --- diff --git a/dibs-web/app/models/job_timestamp.rb b/dibs-web/app/models/job_timestamp.rb new file mode 100644 index 0000000..478c51a --- /dev/null +++ b/dibs-web/app/models/job_timestamp.rb @@ -0,0 +1,3 @@ +class JobTimestamp < ActiveRecord::Base + attr_accessible :id, :job_id, :stamp_name, :stamp_time +end