link_to 'Back', posts_pathERBでは機能するのに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_pathERBでは機能するのにposts_path、コンソールでは機能しないのはなぜですか?
$ rails console
irb(main):005:0> posts_path
NameError: undefined local variable or method `posts_path' for main:Object