Initial XML export support (FRAB compatible)

This commit is contained in:
Daniel Molkentin 2016-06-11 00:53:51 +02:00
parent 1cc2b0cac2
commit 628e433fbc
6 changed files with 51 additions and 0 deletions

View file

@ -0,0 +1,3 @@
- @conference.program.events.group_by{ |event| event.start_time.to_date }.each_with_index do | day, index |
%day{ :date => day[0], :index => index+1 }
=render 'all_rooms', :events => day[1]