From c541e842542595ad3e6f0cbeb463ca07e0635b14 Mon Sep 17 00:00:00 2001 From: chris Date: Thu, 31 Oct 2013 16:17:51 +0800 Subject: [PATCH] Remove include of ParserBackEnd --- app/controllers/application_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb index 6067c64d..1b87254b 100644 --- a/app/controllers/application_controller.rb +++ b/app/controllers/application_controller.rb @@ -1,7 +1,7 @@ class ApplicationController < ActionController::Base protect_from_forgery - include ParserFrontEnd, ParserBackEnd, ApplicationHelper + include ParserFrontEnd, ApplicationHelper include OrbitApp::ErrorHandlers::PageErrorHandler include OrbitApp::ErrorHandlers::ObjectAuthErrorHandler include OrbitApp::ErrorHandlers::ModuleAppErrorHandler