即使是最新版本的 Rubymine(7.1),它也无法很好地识别某些路径,例如:
<p><%= link_to 'Hello!', welcome_say_hello_path %></p>
这里,welcome_say_hello_path 定义在 routes.rb 中:
get 'welcome/say_hello' => 'schools#search'
有没有人有同样的问题?
即使是最新版本的 Rubymine(7.1),它也无法很好地识别某些路径,例如:
<p><%= link_to 'Hello!', welcome_say_hello_path %></p>
这里,welcome_say_hello_path 定义在 routes.rb 中:
get 'welcome/say_hello' => 'schools#search'
有没有人有同样的问题?