lib/phcscriptcdn/engine.rb in phcscriptcdn-1.0.2 vs lib/phcscriptcdn/engine.rb in phcscriptcdn-1.0.3

- old
+ new

@@ -7,11 +7,11 @@ require 'bootstrap-sass' require 'font-awesome-rails' # PHCEngines require 'phcnotifi' - require 'phctitler' + require 'phctitleseo' # Give PHCScriptCDN Own Namespace isolate_namespace Phcscriptcdn # Testing Generator @@ -28,10 +28,10 @@ # Load Helper Files config.to_prepare do ApplicationController.helper(ApplicationHelper) Phcnotifi::ApplicationController.helper(ApplicationHelper) - Phctitler::ApplicationController.helper(ApplicationHelper) + Phctitleseo::ApplicationController.helper(ApplicationHelper) end end end