Speaker is displayed instead of submitter un public pages

This commit is contained in:
Ancor Gonzalez Sosa 2013-07-10 16:55:27 +02:00
parent 3a2bf49f97
commit cb76a9b7cc
4 changed files with 12 additions and 9 deletions

View file

@ -138,6 +138,7 @@ class ProposalController < ApplicationController
def show
@event = Event.find(params[:id])
@speaker = @event.speakers.first || @event.submitter
end
def confirm