"modifica", :sign_up => "inregistrea-6ren">
gpt4 book ai didi

ruby-on-rails - Rails路线奇怪

转载 作者:数据小太阳 更新时间:2023-10-29 08:10:09 25 4
gpt4 key购买 nike

这是我的 routes.rb

scope :path_names => {:new => "creaza", :edit => "modifica", :sign_up => "inregistreaza", :sign_in => "autentificare", :sign_out => "iesire", :show => "vezi"} do
......
resources :nota, :only => [:new, :create]
......
end

这里是 rake 路由的输出:

....
nota POST /nota(.:format) nota#create
new_notum GET /nota/creaza(.:format) nota#new
....

什么?通告? “notum”从何而来?

谢谢,

最佳答案

“notum”是 Rails 对“nota”进行去复数化的尝试。 This question包含一些关于如何覆盖这些复数的信息,以及 here's an article关于为英语以外的语言调整屈折器。另见 this section在路由指南中。

关于ruby-on-rails - Rails路线奇怪,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9721826/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com