Now creating periodic task via button
This commit is contained in:
parent
4037ef12da
commit
6b62fc90d8
6 changed files with 10 additions and 12 deletions
|
|
@ -1,5 +1,5 @@
|
|||
class PeriodicTaskGroup < ActiveRecord::Base
|
||||
has_many :tasks, :inverse_of => :periodic_task_group, :dependent => :destroy
|
||||
has_many :tasks, :dependent => :destroy
|
||||
|
||||
PeriodDays = 7
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue