我在我的rails應用程序中安裝了引擎。在控制器中,我可以通過在路徑前面加上引擎名稱來訪問引擎路徑助手。 myengine.articles_path。我想在服務類中訪問這些助手。通常我會包括url_helpers即 class SomeService
include Rails.application.routes.url_helpers
end
這讓我訪問我的主要應用程序的幫
假設我有一個名爲seasons的Rails引擎。說在我試圖鏈接到seasons引擎內的網址的主應用程序。我試圖做到這一點: seasons.winter_url 但拋出: Missing host to link to! Please provide the :host parameter, set default_url_options[:host], or set :only_path to