# File lib/bizside/acl/controller_helper.rb, line 6 def authorize_user! unless available_for(params[:controller], params[:action], params) redirect_to root_path return end end