2016-04-07 14:32:31 -04:00
|
|
|
class OnceoffLog < ActiveRecord::Base
|
|
|
|
end
|
2016-05-29 20:45:32 -04:00
|
|
|
|
|
|
|
# == Schema Information
|
|
|
|
#
|
|
|
|
# Table name: onceoff_logs
|
|
|
|
#
|
|
|
|
# id :integer not null, primary key
|
|
|
|
# job_name :string
|
|
|
|
# created_at :datetime not null
|
|
|
|
# updated_at :datetime not null
|
|
|
|
#
|
|
|
|
# Indexes
|
|
|
|
#
|
|
|
|
# index_onceoff_logs_on_job_name (job_name)
|
|
|
|
#
|