标签: ruby-on-rails
我在rails console中尝试这样做:
put about_home_index_path
它给了我一个erorr,为什么?应该有用吗?
答案 0 :(得分:3)
在这里回答:Rails: how do you access RESTful helpers?
你应该使用: puts app.about_home_index_path
puts app.about_home_index_path