app/controllers/phcpress/application_controller.rb in phcpress-6.2.2 vs app/controllers/phcpress/application_controller.rb in phcpress-6.2.3

- old
+ new

@@ -1,8 +1,8 @@ module Phcpress class ApplicationController < ActionController::Base - # Prevent CSRF attacks by raising an exception. + # Security Filters protect_from_forgery with: :exception # Load Helpers helper Phctitleseo::Engine.helpers helper Phcnotifi::Engine.helpers \ No newline at end of file