【发布时间】:2014-12-23 08:24:37
【问题描述】:
我有一个名为“topic”的 AR 模型。
我尝试使用辅助路径,例如:
topic_path(42) # return => "domaine.exemple/topic.42" instead of "domaine.exemple/topic/42"
我的路线是由“资源”生成的
resource :topic, shallow: true
怎么了?
【问题讨论】:
标签: ruby-on-rails-4 path helper