app/controllers/phcscriptcdn/application_controller.rb in phcscriptcdn-5.1.2 vs app/controllers/phcscriptcdn/application_controller.rb in phcscriptcdn-6.0.0b
- old
+ new
@@ -1,12 +1,12 @@
module Phcscriptcdn
class ApplicationController < ActionController::Base
-
+
# 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