First time here? Check out the Help page!
1 | initial version |
If you make an array of the names of all of the schedules from the json, you can loop through them and call model_add_schedule(model, schedule_name)
. The method is described here in gem documentation.