routes.rbをしてきたし、古いレール3アプリこの複数ドメインルーティングアプリケーションがすでに使用中、無効なルート名を失敗:「ルート」(例外ArgumentError)
RailsAppli::Application.routes.draw do
root :to => "landing#pos", :constraints => { :host => "pos.com.ar" }
root :to => "landing#desa", :constraints => { :host => "desa.com.ar" }
root :to => "landing#plan", :constraints => { :host => "dise.com.ar" }
ザッツが正常に動作ようにしかし、私はすでに使用中で、4と
無効なルート名をレールにアップグレード:「ルート」(例外ArgumentError)
いただきました問題。
ありがとうございました。基づいて回答を更新
のアプリのドメインは何ですか? – nateleavitt