Commit graph

2 commits

Author SHA1 Message Date
Ana
af75334353 Do not use JS to initialize the schedule
- Only use JS for the drag&drop functionality and to the set/alter the time and rooms of the EventSchedule object.

- Introduce has_many :events, through: :event_schedules association to get unscheduled event easily
2016-08-02 00:06:23 +02:00
Ana
3bf42a3cc4 Tests for the new associations and models
Tests for the schedule versioning new associations and models
2016-07-27 22:23:29 +02:00