app/controllers/phcmembers/application_controller.rb in phcmembers-1.7.6 vs app/controllers/phcmembers/application_controller.rb in phcmembers-1.7.8
- old
+ new
@@ -1,4 +1,8 @@
module Phcmembers
class ApplicationController < ActionController::Base
+
+ # Add Helpers
+ helper Phctitler::Engine.helpers
+ helper Phcnotifi::Engine.helpers
end
end