app/controllers/phcmembers/application_controller.rb in phcmembers-2.1.1 vs app/controllers/phcmembers/application_controller.rb in phcmembers-2.1.2

- old
+ new

@@ -1,9 +1,9 @@ module Phcmembers class ApplicationController < ActionController::Base # Add Helpers - helper Phctitler::Engine.helpers + helper Phctitleseo::Engine.helpers helper Phcnotifi::Engine.helpers end end