Fix permission verification

This commit is contained in:
Matt Barringer 2013-01-15 14:08:22 +01:00
parent 2a4c3d3781
commit b4e1dcbd63

View file

@ -11,6 +11,7 @@ class ApplicationController < ActionController::Base
end
@conference = Conference.find_all_by_short_title(params[:conference_id]).first
true
end
def organizer_or_admin?