adding in daily schedule option

This commit is contained in:
Jared Cosulich 2017-04-12 16:30:44 -04:00
parent 7ba57be23e
commit 284fc73f78

View file

@ -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]