app/controllers/phcpress/application_controller.rb in phcpress-6.3.0 vs app/controllers/phcpress/application_controller.rb in phcpress-6.4.0
- old
+ new
@@ -1,12 +1,12 @@
module Phcpress
class ApplicationController < ActionController::Base
- # Security Filters
+ # Security
protect_from_forgery with: :exception
# Load Helpers
helper Phctitleseo::Engine.helpers
helper Phcnotifi::Engine.helpers
end
-end
\ No newline at end of file
+end