app/controllers/phcscriptcdn/application_controller.rb in phcscriptcdn-1.2.0 vs app/controllers/phcscriptcdn/application_controller.rb in phcscriptcdn-2.0.0
- old
+ new
@@ -1,9 +1,12 @@
module Phcscriptcdn
class ApplicationController < ActionController::Base
+ # Security
+ protect_from_forgery with: :exception
+
# Load Helpers
helper Phctitleseo::Engine.helpers
- helper Phcnotifi::Engine.helpers
+ #helper Phcnotifi::Engine.helpers
end
end