app/controllers/phcmembers/application_controller.rb in phcmembers-1.7.8 vs app/controllers/phcmembers/application_controller.rb in phcmembers-1.8.0

- old
+ new

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