app/controllers/phcscriptcdn/application_controller.rb in phcscriptcdn-4.0.0 vs app/controllers/phcscriptcdn/application_controller.rb in phcscriptcdn-4.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 + class ApplicationController < ActionController::Base + + # Security + protect_from_forgery with: :exception + + # Load Helpers + helper Phctitleseo::Engine.helpers + helper Phcnotifi::Engine.helpers + + end end