From b4e1dcbd63077d58ed76ab956de64a1458c8c48f Mon Sep 17 00:00:00 2001 From: Matt Barringer Date: Tue, 15 Jan 2013 14:08:22 +0100 Subject: [PATCH] Fix permission verification --- app/controllers/application_controller.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb index 5256d54c..106f9834 100644 --- a/app/controllers/application_controller.rb +++ b/app/controllers/application_controller.rb @@ -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?