change track from events list

This commit is contained in:
differentreality 2013-07-28 22:10:45 +03:00
parent 3b201f951a
commit 1686c61e7c
3 changed files with 13 additions and 2 deletions

View file

@ -12,6 +12,7 @@ class Admin::EventsController < ApplicationController
@events = @conference.events
@tracks = @conference.tracks
@event_states = @events.state_machine.states.map
@event_types = @conference.event_types
respond_to do |format|
format.html
# Explicity call #to_json to avoid the use of EventSerializer