YaleSTC / shifts

Application to easily track shifts, reports, and payforms for employees.
MIT License
23 stars 18 forks source link

Repeating events index page might give errors #384

Closed njlxyaoxinwei closed 9 years ago

njlxyaoxinwei commented 9 years ago

In RepeatingEvent::locations, the line

Location.find(d.to_i)

would give an error if a location id is not found, thus breaking the entire index page