app/controllers/phcpress/application_controller.rb in phcpress-3.7.9 vs app/controllers/phcpress/application_controller.rb in phcpress-3.8.0
- old
+ new
@@ -11,10 +11,10 @@
return unless session[:user_id]
@current_user ||= User.find(session[:user_id])
end
# Load Helpers
- helper Phctitler::Engine.helpers
+ helper Phctitleseo::Engine.helpers
helper Phcnotifi::Engine.helpers
end
end