【发布时间】:2013-09-12 06:08:11
【问题描述】:
我的路线定义如下
scope ':cityname' do
resources comments
end
注意cityname = comment.user.cityname所以像comment_path(@comment)这样的url助手可以生成像
/newyork/comments/1
/boston/comments/2
/miami/comments/3
如何根据model属性设置这个:cityname url选项?
我在这里找到了一个相关的问题:default_url_options and rails 3
谢谢!
【问题讨论】:
标签: ruby-on-rails routes