>  Q&A  >  본문

ruby - rails 3 route 疑惑?

在项目中使用:rake routes 得到如下:
db_spells_export_json GET
/db/spells/export_json(.:format)
db/spells#export_json
在helper方法中使用:
link_to "export-json",db_spells_export_json"
刷新页面时:
undefined local variable or method `db_spells_export_json' for #<#<Class:0x0000010585ff88>:0x0000010585ab00>
我理解是说路由我已经设置好了 调用方法:db_spells_export_json 的意思是说我进入:db/spells#export_json
是吗?为什么会出现 没有找到“`db_spells_export_json”方法错误 呢?

阿神阿神2762일 전580

모든 응답(1)나는 대답할 것이다

  • 巴扎黑

    巴扎黑2017-04-21 10:57:57

    link_to를 작성하는 방식에 문제가 있는 것 같습니다.

    으아악

    회신하다
    0
  • 취소회신하다