Merge pull request #28 from differentreality/cfp

Cfp option to accept changes in events
This commit is contained in:
Henne Vogelsang 2013-08-15 02:31:36 -07:00
commit b70ba985af
6 changed files with 20 additions and 3 deletions

View file

@ -48,4 +48,5 @@ class ApplicationController < ActionController::Base
Rails.logger.debug("Access denied!")
redirect_to root_path, :alert => exception.message
end
helper_method :organizer_or_admin?
end