app/controllers/phcmembers/application_controller.rb in phcmembers-2.2.0 vs app/controllers/phcmembers/application_controller.rb in phcmembers-3.0.0

- old
+ new

@@ -1,8 +1,11 @@ module Phcmembers class ApplicationController < ActionController::Base - # Add Helpers + # Security Filters + protect_from_forgery with: :exception + + # Load Helpers helper Phctitleseo::Engine.helpers helper Phcnotifi::Engine.helpers end end