app/controllers/phcpress/application_controller.rb in phcpress-3.5.5 vs app/controllers/phcpress/application_controller.rb in phcpress-3.5.6

- old
+ new

@@ -10,7 +10,11 @@ def current_user return unless session[:user_id] @current_user ||= User.find(session[:user_id]) end + # Load Helpers + helper Phctitler::Engine.helpers + helper Phcnotifi::Engine.helpers + end end