From b2536f7ebf4a560755c6c819e185aca0e95b0271 Mon Sep 17 00:00:00 2001 From: Sungmin Kim Date: Mon, 14 Apr 2014 11:06:22 +0900 Subject: [PATCH] Add file job_timestamp.js Change-Id: Iba4d41a003e5694a79a335d7d607aa49dd3503e3 --- dibs-web/app/models/job_timestamp.rb | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 dibs-web/app/models/job_timestamp.rb 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 -- 2.34.1