Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix bug in initial scheduling of events
Resolves inability to schedule a nonscheduled event: ActionController::RoutingError: No route matches [PUT] "/admin/conferences/…/event_schedules" `event_schedule_id` represents the absence of a schedule as either an empty string or undefined, not as null.
- Loading branch information