Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
除了地址栏中显示的内容之外,还有其他方法可以设置默认主机吗?我不是在谈论 _url 助手,我想为 _path 做这个
谢谢
不,因为_path完全省略了主机。例如users_path不产生:
_path
users_path
http://www.domain.com/users/index
它产生:
/users/index
没有办法设置主机。