为什么link_to 'Back', posts_path
在 ERB 中有效,但posts_path
在控制台中无效?
$ rails console
irb(main):005:0> posts_path
NameError: undefined local variable or method `posts_path' for main:Object
为什么link_to 'Back', posts_path
在 ERB 中有效,但posts_path
在控制台中无效?
$ rails console
irb(main):005:0> posts_path
NameError: undefined local variable or method `posts_path' for main:Object