Fixing a few bugs

This commit is contained in:
Matt Barringer 2013-02-12 19:17:19 +01:00
parent 045ffd3541
commit df0e75e03a
4 changed files with 14 additions and 7 deletions

View file

@ -142,7 +142,7 @@ class ProposalController < ApplicationController
begin
@event.confirm!
rescue Exception => e
redirect_to(conference_proposal_index_path(:conference_id => @conference.short_title), :alert => 'Event was NOT confirmed: #{e.message}')
redirect_to(conference_proposal_index_path(:conference_id => @conference.short_title), :alert => "Event was NOT confirmed: #{e.message}")
return
end