Class: Schedule

Inherits:
Schedulable::Model::Schedule
  • Object
show all
Defined in:
app/models/schedule.rb

Overview

== Schema Information

Table name: schedules
Database name: primary

id :integer not null, primary key
count :integer
date :date
day :text
day_of_week :text
interval :string
rule :string
schedulable_type :string
time :time
until :datetime
created_at :datetime
updated_at :datetime
schedulable_id :integer