Get withdrawn events list

Signed-off-by: Carlos Coelho <carlos@pencillabs.com>
This commit is contained in:
Carlos Coelho 2016-03-14 14:09:15 -03:00
parent cb9cf0359b
commit 33247cb690

View file

@ -160,6 +160,9 @@ module Admin
# get campaigns
@campaigns = @conference.get_campaigns
# get withdrawn events
@withdrawn_events = @conference.program.events.where(state: :withdrawn)
respond_to do |format|
format.html
format.json { render json: @conference.to_json }