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