mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 21:48:16 -08:00
adding in daily schedule option
This commit is contained in:
parent
7ba57be23e
commit
284fc73f78
1 changed files with 1 additions and 0 deletions
|
|
@ -2,6 +2,7 @@ module SchedulesHelper
|
|||
|
||||
def options_for_frequency_hours
|
||||
[
|
||||
['Once A Day', 24],
|
||||
['Once A Week', 24 * 7],
|
||||
['Every Other Week', 2 * 24 * 7],
|
||||
['Once A Month', 4 * 24 * 7]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue