# File lib/cancan/controller_additions.rb, line 341 def unauthorized!(message = nil) raise ImplementationRemoved, "The unauthorized! method has been removed from CanCan, use authorize! instead." end