[refs #90] removed logger

This commit is contained in:
Alexander Machehin 2012-07-04 00:17:15 +06:00
parent b6e3b12e3a
commit 54f3c63e68
1 changed files with 0 additions and 1 deletions

View File

@ -15,7 +15,6 @@ class ApplicationController < ActionController::Base
helper_method :get_owner
rescue_from CanCan::AccessDenied do |exception|
#Rails.logger.debug "Access denied on #{exception.action} #{exception.subject.inspect}"
redirect_to forbidden_url, :alert => t("flash.exception_message")
end