app/controllers/phcscriptcdn/application_controller.rb in phcscriptcdn-7.0.1 vs app/controllers/phcscriptcdn/application_controller.rb in phcscriptcdn-7.1.0

- 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 +module Phcscriptcdn + class ApplicationController < ActionController::Base + + # Security + protect_from_forgery with: :exception + + # Load Helpers + helper Phctitleseo::Engine.helpers + helper Phcnotifi::Engine.helpers + + end +end