lib/phcmemberspro/engine.rb in phcmemberspro-4.8.5 vs lib/phcmemberspro/engine.rb in phcmemberspro-4.8.6

- old
+ new

@@ -37,14 +37,15 @@ routing_specs: false, controller_specs: true, request_specs: false g.fixture_replacement :factory_girl, dir: "spec/factories" end - - # Load Helper Files (Prevents Problems) + + # Load Requried Helper Files config.to_prepare do ApplicationController.helper(ApplicationHelper) Mtdevise::ApplicationController.helper(ApplicationHelper) + Phcnotifi::ApplicationController.helper(ApplicationHelper) Phctitler::ApplicationController.helper(ApplicationHelper) end end end