diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb index 91d479eb..5e107d39 100644 --- a/app/controllers/application_controller.rb +++ b/app/controllers/application_controller.rb @@ -34,7 +34,7 @@ class ApplicationController < ActionController::Base class_attribute :accept_rss_auth_actions class_attribute :model_object - before_filter :update_system + #before_filter :update_system # skip_before_filter :verify_authenticity_token,