Add file job_timestamp.js
authorSungmin Kim <dev.sungmin.kim@samsung.com>
Mon, 14 Apr 2014 02:06:22 +0000 (11:06 +0900)
committerSungmin Kim <dev.sungmin.kim@samsung.com>
Mon, 14 Apr 2014 02:06:22 +0000 (11:06 +0900)
Change-Id: Iba4d41a003e5694a79a335d7d607aa49dd3503e3

dibs-web/app/models/job_timestamp.rb [new file with mode: 0644]

diff --git a/dibs-web/app/models/job_timestamp.rb b/dibs-web/app/models/job_timestamp.rb
new file mode 100644 (file)
index 0000000..478c51a
--- /dev/null
@@ -0,0 +1,3 @@
+class JobTimestamp < ActiveRecord::Base
+  attr_accessible :id, :job_id, :stamp_name, :stamp_time
+end